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 48 of file copy_general.hpp.
#include <copy_general.hpp>
Static Public Member Functions | |
static void | operation (Tdst &dst, const Tsrc &src) |
Defition of the add operation. | |
|
inlinestatic |
Defition of the add operation.
dst | Destination object |
src | Source object |
Definition at line 56 of file copy_general.hpp.