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 67 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.  More... | |
      
  | 
  inlinestatic | 
Defition of the add operation.
| dst | Destination object | 
| src | Source object | 
Definition at line 75 of file copy_general.hpp.