structure to copy aggregates More...
structure to copy aggregates
| T | type to copy | 
Definition at line 87 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.  More... | |
      
  | 
  inline | 
Specialization when there is unknown copy method.
| src | source object to copy | 
| dst | destination object | 
Definition at line 95 of file copy_general.hpp.