this class is a functor for "for_each" algorithm More...
Public Member Functions | |
| copy_switch_memory_c_no_cpy (const T_type_src &src, T_type_dst &dst) | |
| constructor More... | |
| template<typename T > | |
| void | operator() (T &t) |
| It call the copy function for each property. | |
Data Fields | |
| const T_type_src & | src |
| encapsulated source object | |
| T_type_dst & | dst |
| encapsulated 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 one encap into another encap object
| encap | source |
| encap | dst |
Definition at line 33 of file map_grid_cuda_ker.cuh.
|
inline |
constructor
| src | source encapsulated object |
| dst | source encapsulated object |
Definition at line 47 of file map_grid_cuda_ker.cuh.