structure to copy aggregates applying an operation More...
structure to copy aggregates applying an operation
T | type to copy |
Definition at line 236 of file copy_general.hpp.
#include <copy_general.hpp>
Public Member Functions | |
copy_general_op (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 244 of file copy_general.hpp.