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
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_copy<v_src,v_dst,OBJ_NORMAL,prp...> object_copy<v_src,v_dst,OBJ_ENCAP,prp...>

Definition at line 143 of file object_s_di.hpp.

#include <object_s_di.hpp>

Public Member Functions

 object_s_di (const v_src &vs, v_dst &vd)
 

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