Definition at line 75 of file copy_general.hpp.
Public Member Functions | |
copy_general (const T &src, T &dst) | |
copy objects that are aggregates but define an operator= More... | |
|
inline |
copy objects that are aggregates but define an operator=
src | source object to copy |
dst | destination object |
Definition at line 83 of file copy_general.hpp.