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, 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 24 of file copy_general.hpp.

#include <copy_general.hpp>

Public Member Functions

 copy_general (const T &src, T &dst)
 Spacialization 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

Spacialization when there is unknown copy method.

Template Parameters
srcsource object to copy
dstdestination object

Definition at line 32 of file copy_general.hpp.


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