structure to copy aggregates More...
structure to copy aggregates
T | type to copy |
Definition at line 162 of file copy_general.hpp.
#include <copy_general.hpp>
Public Member Functions | |
copy_general (const T &src, T &dst) | |
Specialization when there is unknown copy method. | |
|
inline |
Specialization when there is unknown copy method.
src | source object to copy |
dst | destination object |
Definition at line 170 of file copy_general.hpp.