OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
meta_copy< T[N1][N2][N3][N4][N5][N6]> Struct Template Reference

Partial specialization for N=6. More...

Detailed Description

template<typename T, size_t N1, size_t N2, size_t N3, size_t N4, size_t N5, size_t N6>
struct meta_copy< T[N1][N2][N3][N4][N5][N6]>

Partial specialization for N=6.

Definition at line 479 of file meta_copy.hpp.

#include <meta_copy.hpp>

Static Public Member Functions

static void meta_copy_ (const T src[N1][N2][N3][N4][N5][N6], T dst[N1][N2][N3][N4][N5][N6])
 copy and object from src to dst
 

Member Function Documentation

◆ meta_copy_()

template<typename T , size_t N1, size_t N2, size_t N3, size_t N4, size_t N5, size_t N6>
static void meta_copy< T[N1][N2][N3][N4][N5][N6]>::meta_copy_ ( const T  src[N1][N2][N3][N4][N5][N6],
dst[N1][N2][N3][N4][N5][N6] 
)
inlinestatic

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 487 of file meta_copy.hpp.


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