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

Specialization for if dst type is copy assignable from src type. More...

Detailed Description

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

Specialization for if dst type is copy assignable from src type.

Definition at line 103 of file copy_general.hpp.

#include <copy_general.hpp>

Public Member Functions

 copy_general (const T &src, T &dst)
 copy objects that has an operator= (implicit or explicit) More...
 

Constructor & Destructor Documentation

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

copy objects that has an operator= (implicit or explicit)

Parameters
srcsource object to copy
dstdestination object

Definition at line 111 of file copy_general.hpp.


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