Specialization for aggregate type object that define an operator=. More...
Specialization for aggregate type object that define an operator=.
Definition at line 137 of file copy_general.hpp.
#include <copy_general.hpp>
Public Member Functions | |
| copy_general (const T &src, T &dst) | |
| copy objects that are aggregates but define an operator=  More... | |
      
  | 
  inline | 
copy objects that are aggregates but define an operator=
| src | source object to copy | 
| dst | destination object | 
Definition at line 145 of file copy_general.hpp.