|
|
typedef to_boost_vmpl< prp... >::type | v_prp |
| | Convert the packed properties into an MPL vector.
|
| |
|
| __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.
|
| |
|
|
const v_src & | src |
| | Source object.
|
| |
|
v_dst & | dst |
| | Destination object.
|
| |
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.
◆ object_si_di_e()
template<typename v_src , typename v_dst , int... prp>
Constructor.
- Parameters
-
| src | source object |
| dst | destination object |
Definition at line 99 of file object_si_di.hpp.
The documentation for this struct was generated from the following file: