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

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

Detailed Description

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

Partial specialization for N=2 2D-Array.

Definition at line 310 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)
 
__device__ static __host__ void meta_copy_d_ (const Tsrc src[N1][N2], Tdst &dst)
 

Member Function Documentation

◆ meta_copy_d_() [1/2]

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

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 312 of file meta_copy.hpp.

◆ meta_copy_d_() [2/2]

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

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 329 of file meta_copy.hpp.


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