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

copy for a source object to a destination More...

Detailed Description

template<typename Tsrc, typename Tdst>
struct meta_copy_d< Tsrc, Tdst >

copy for a source object to a destination

Template Parameters
Tsrcsource object
Tdstdestination object

Definition at line 84 of file meta_copy.hpp.

#include <meta_copy.hpp>

Static Public Member Functions

__device__ static __host__ void meta_copy_d_ (const Tsrc &src, Tdst &dst)
 copy and object from src to dst
 
__device__ static __host__ void meta_copy_d_ (const Tsrc &src, Tdst &&dst)
 copy and object from src to dst
 

Member Function Documentation

◆ meta_copy_d_() [1/2]

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

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 104 of file meta_copy.hpp.

◆ meta_copy_d_() [2/2]

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

copy and object from src to dst

Parameters
srcsource object to copy
dstdestination object

Definition at line 92 of file meta_copy.hpp.


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