OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
meta_copy_d< Tsrc[N1][N2], Tdst[N1][N2]> Struct Template Reference

Partial specialization for N=1 1D-Array. More...

Detailed Description

template<typename Tsrc, typename Tdst, size_t N1, size_t N2>
struct meta_copy_d< Tsrc[N1][N2], Tdst[N1][N2]>

Partial specialization for N=1 1D-Array.

Definition at line 373 of file meta_copy.hpp.

#include <meta_copy.hpp>

Static Public Member Functions

__device__ static __host__ void meta_copy_d_ (const Tsrc src[N1][N2], Tdst dst[N1][N2])
 copy and object from src to dst
 

Member Function Documentation

◆ meta_copy_d_()

template<typename Tsrc , typename Tdst , size_t N1, size_t N2>
__device__ static __host__ void meta_copy_d< Tsrc[N1][N2], Tdst[N1][N2]>::meta_copy_d_ ( const Tsrc  src[N1][N2],
Tdst  dst[N1][N2] 
)
inlinestatic

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 381 of file meta_copy.hpp.


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