OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
copy_general< T, agg > Struct Template Reference

structure to copy aggregates More...

Detailed Description

template<typename T, unsigned int agg = 2 * is_aggregate<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 162 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.
 

Constructor & Destructor Documentation

◆ copy_general()

template<typename T , unsigned int agg = 2 * is_aggregate<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 170 of file copy_general.hpp.


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