Definition at line 82 of file object_si_di.hpp.
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. | |
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. | |
typedef to_boost_vmpl<prp...>::type object_si_di_e< v_src, v_dst, prp >::v_prp |
Convert the packed properties into an MPL vector.
Definition at line 85 of file object_si_di.hpp.
|
inline |
Constructor.
src | source object |
dst | destination object |
Definition at line 99 of file object_si_di.hpp.
|
inline |
It call the functor for each member.
Definition at line 118 of file object_si_di.hpp.
v_dst& object_si_di_e< v_src, v_dst, prp >::dst |
Destination object.
Definition at line 91 of file object_si_di.hpp.
const v_src& object_si_di_e< v_src, v_dst, prp >::src |
Source object.
Definition at line 88 of file object_si_di.hpp.