NeoPZ
Static Public Member Functions | List of all members
MEM_CPY< T > Class Template Reference

#include <vectors.h>

Static Public Member Functions

static void copy (T *RESTRICT dest, const T *src, const int N)
 

Detailed Description

template<class T>
class MEM_CPY< T >

Definition at line 39 of file vectors.h.

Member Function Documentation

◆ copy()

template<class T >
static void MEM_CPY< T >::copy ( T *RESTRICT  dest,
const T *  src,
const int  N 
)
inlinestatic

Definition at line 41 of file vectors.h.

Referenced by Vector< T >::copy(), and Vector< T >::no().


The documentation for this class was generated from the following file: