Definition at line 566 of file vector_algebra_ofp.hpp.
Public Member Functions | |
for_each_prop_resize (S1 &v1, S2 &v2) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
S1 & | v1 |
S2 & | v2 |
|
inline |
constructor
src | source encapsulated object |
dst | destination encapsulated object |
Definition at line 576 of file vector_algebra_ofp.hpp.
|
inline |
It call the copy function for each property.
Definition at line 581 of file vector_algebra_ofp.hpp.
S1& boost::numeric::odeint::for_each_prop_resize< S1, S2 >::v1 |
Definition at line 567 of file vector_algebra_ofp.hpp.
S2& boost::numeric::odeint::for_each_prop_resize< S1, S2 >::v2 |
Definition at line 568 of file vector_algebra_ofp.hpp.