this class is a functor for "for_each" algorithm More...
#include <map_grid.hpp>
Public Member Functions | |
| deconstruct_impl (typename memory_traits_inte< T_type >::type &dst) | |
| constructor More... | |
| 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 | |
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.
|
inline |
constructor
| src | source encapsulated object |
| dst | source encapsulated object |
Definition at line 431 of file map_grid.hpp.