Structure to copy aggregates. More...
Structure to copy aggregates.
| aggregate | to copy | 
Definition at line 24 of file copy_compare_aggregates.hpp.
#include <copy_compare_aggregates.hpp>
Public Member Functions | |
| copy_aggregate (const S &src, S &dst) | |
| copy_aggregate  | |
| template<typename T > | |
| void | operator() (T &t) const | 
| It call the copy function for each member.  | |
Data Fields | |
| const S & | src | 
| src  | |
| S & | dst | 
| Destination grid.  | |