OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
object_s_di< v_src, v_dst, type_copy, prp > Struct Template Reference

It copy the properties from one object to another. More...

Detailed Description

template<typename v_src, typename v_dst, int type_copy, int... prp>
struct object_s_di< v_src, v_dst, type_copy, prp >

It copy the properties from one object to another.

Stub object

See Also
object_s_di<v_src,v_dst,OBJ_ENCAP,prp...> object_copy<v_src,v_dst,OBJ_ENCAP,prp...>

Definition at line 268 of file object_s_di.hpp.

#include <object_s_di.hpp>

Public Member Functions

 object_s_di (const v_src &vs, v_dst &vd)
 Stub method. More...
 

Constructor & Destructor Documentation

template<typename v_src, typename v_dst, int type_copy, int... prp>
object_s_di< v_src, v_dst, type_copy, prp >::object_s_di ( const v_src &  vs,
v_dst &  vd 
)
inline

Stub method.

Parameters
vssource object
vddestination object

Definition at line 276 of file object_s_di.hpp.


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