OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
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 61 of file meta_copy.hpp.

#include <meta_copy.hpp>

Static Public Member Functions

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

Member Function Documentation

template<typename Tsrc, typename Tdst>
static 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 69 of file meta_copy.hpp.

template<typename Tsrc, typename Tdst>
static 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 80 of file meta_copy.hpp.


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