this class is a functor for "for_each" algorithm More...
#include <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_op (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. | |
this class is a functor for "for_each" algorithm
This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to copy the selected properties applying an operation
| op | operation |
| v_src | source object |
| d_src | destination object |
| prp | properties |
Definition at line 34 of file object_si_di.hpp.
|
inline |
Constructor.
| src | source object |
| dst | destination object |
Definition at line 51 of file object_si_di.hpp.