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, 3 > Struct Template Reference

Detailed Description

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

Definition at line 75 of file copy_general.hpp.

Public Member Functions

 copy_general (const T &src, T &dst)
 copy objects that are aggregates but define an operator= More...
 

Constructor & Destructor Documentation

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

copy objects that are aggregates but define an operator=

Template Parameters
srcsource object to copy
dstdestination object

Definition at line 83 of file copy_general.hpp.


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