Specialization for aggregate type object that define an operator=. More...
Specialization for aggregate type object that define an operator=.
Definition at line 214 of file copy_general.hpp.
#include <copy_general.hpp>
Public Member Functions | |
copy_general (const T &src, T &dst) | |
copy objects that are aggregates but define an operator= | |
|
inline |
copy objects that are aggregates but define an operator=
src | source object to copy |
dst | destination object |
Definition at line 222 of file copy_general.hpp.