OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
object_s_di< v_src, v_dst, OBJ_ENCAP_CHUNKING, prp... > Struct Template Reference

Detailed Description

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

Definition at line 496 of file object_s_di.hpp.

Public Member Functions

 object_s_di (const v_src &vs, v_dst &&vd, size_t sub_id)
 Implementation of the copy.
 
 object_s_di (const v_src &vs, v_dst &vd, size_t sub_id)
 Implementation of the copy.
 

Constructor & Destructor Documentation

◆ object_s_di() [1/2]

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

Implementation of the copy.

Parameters
vssource object
vddestination object

Definition at line 504 of file object_s_di.hpp.

◆ object_s_di() [2/2]

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

Implementation of the copy.

Parameters
vssource object
vddestination object

Definition at line 516 of file object_s_di.hpp.


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