OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
copy_general< T, agg > Struct Template Reference

structure to copy aggregates More...

Detailed Description

template<typename T, unsigned int agg = 2 * is_openfpm_native<T>::value + std::is_copy_assignable<T>::value>
struct copy_general< T, agg >

structure to copy aggregates

Template Parameters
Ttype to copy

Definition at line 87 of file copy_general.hpp.

#include <copy_general.hpp>

Public Member Functions

 copy_general (const T &src, T &dst)
 Specialization when there is unknown copy method. More...
 

Constructor & Destructor Documentation

template<typename T, unsigned int agg = 2 * is_openfpm_native<T>::value + std::is_copy_assignable<T>::value>
copy_general< T, agg >::copy_general ( const T &  src,
T &  dst 
)
inline

Specialization when there is unknown copy method.

Parameters
srcsource object to copy
dstdestination object

Definition at line 95 of file copy_general.hpp.


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