this class is a functor for "for_each" algorithm More...
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 420 of file map_grid.hpp.
#include <map_grid.hpp>
Public Member Functions | |
deconstruct_impl (typename memory_traits_inte< T_type >::type &dst) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
memory_traits_inte< T_type >::type & | dst |
object to destruct | |
|
inline |
constructor
src | source encapsulated object |
dst | source encapsulated object |
Definition at line 431 of file map_grid.hpp.
|
inline |
It call the copy function for each property.
Definition at line 438 of file map_grid.hpp.
memory_traits_inte<T_type>::type& deconstruct_impl< T_type, layout_base, Memory >::dst |
object to destruct
Definition at line 423 of file map_grid.hpp.