Definition at line 43 of file copy_general.hpp.
Public Member Functions | |
copy_general (const T &src, T &dst) | |
copy objects that has an operator= (implicit or explicit) More... | |
|
inline |
copy objects that has an operator= (implicit or explicit)
src | source object to copy |
dst | destination object |
Definition at line 51 of file copy_general.hpp.