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

Specialization for aggregate type object that define an operator=. More...

Detailed Description

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

Specialization for aggregate type object that define an operator=.

Definition at line 214 of file copy_general.hpp.

#include <copy_general.hpp>

Public Member Functions

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

Constructor & Destructor Documentation

◆ copy_general()

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

copy objects that are aggregates but define an operator=

Parameters
srcsource object to copy
dstdestination object

Definition at line 222 of file copy_general.hpp.


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