OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
copy_general< T, 1 > Struct Template Reference

Detailed Description

template<typename T>
struct copy_general< T, 1 >

Definition at line 43 of file copy_general.hpp.

Public Member Functions

 copy_general (const T &src, T &dst)
 copy objects that has an operator= (implicit or explicit) More...
 

Constructor & Destructor Documentation

template<typename T >
copy_general< T, 1 >::copy_general ( const T &  src,
T &  dst 
)
inline

copy objects that has an operator= (implicit or explicit)

Template Parameters
srcsource object to copy
dstdestination object

Definition at line 51 of file copy_general.hpp.


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