Definition at line 227 of file vector_dist.hpp.
Public Member Functions | |
decrement_memory (vector_type &v) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
vector_type & | v |
vector | |
|
inline |
constructor
src | encapsulated object1 |
dst | encapsulated object2 |
Definition at line 240 of file vector_dist.hpp.
|
inline |
It call the copy function for each property.
t | each member |
Definition at line 251 of file vector_dist.hpp.
vector_type& decrement_memory< vector_type >::v |
vector
Definition at line 230 of file vector_dist.hpp.