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