OpenFPM  5.2.0
Project that contain the implementation of distributed structures
object_si_di_e< v_src, v_dst, prp > Struct Template Reference

Public Types

typedef to_boost_vmpl< prp... >::type v_prp
 Convert the packed properties into an MPL vector.
 

Public Member Functions

__device__ __host__ object_si_di_e (const v_src &src, v_dst &dst)
 Constructor. More...
 
template<typename T >
__device__ __host__ void operator() (T &t)
 It call the functor for each member.
 

Data Fields

const v_src & src
 Source object.
 
v_dst & dst
 Destination object.
 

Detailed Description

template<typename v_src, typename v_dst, int... prp>
struct object_si_di_e< v_src, v_dst, prp >

Definition at line 82 of file object_si_di.hpp.

Constructor & Destructor Documentation

◆ object_si_di_e()

template<typename v_src , typename v_dst , int... prp>
__device__ __host__ object_si_di_e< v_src, v_dst, prp >::object_si_di_e ( const v_src &  src,
v_dst &  dst 
)
inline

Constructor.

Parameters
srcsource object
dstdestination object

Definition at line 99 of file object_si_di.hpp.


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