This structure define the operation add to use with copy general. More...
This structure define the operation add to use with copy general.
Tdst | destination object type |
Tsrc | source object type |
Definition at line 121 of file copy_general.hpp.
#include <copy_general.hpp>
Static Public Member Functions | |
static void | operation (Tdst &dst, const Tsrc &src) |
Defition of the replace operation. | |
|
inlinestatic |
Defition of the replace operation.
dst | Destination object |
src | Source object |
Definition at line 129 of file copy_general.hpp.