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 | |
Definition at line 81 of file vector_dist.hpp.
|
inline |
constructor
| src | encapsulated object1 |
| dst | encapsulated object2 |
Definition at line 94 of file vector_dist.hpp.
|
inline |
It call the copy function for each property.
| t | each member |
Definition at line 105 of file vector_dist.hpp.