Structure to copy aggregates applying an operation limited to some properties. More...
Structure to copy aggregates applying an operation limited to some properties.
| op | operation to apply | 
| aggregate | to copy | 
| prp | properties involved | 
Structure to compare aggregates
| aggregate | to compare | 
Definition at line 130 of file copy_compare_aggregates.hpp.
#include <copy_compare_aggregates.hpp>
Public Member Functions | |
| compare_aggregate (const S &src, const S &dst) | |
| copy_aggregate  | |
| template<typename T > | |
| void | operator() (T &t) | 
| It call the copy function for each member.  | |
| bool | result () | 
| Returh the result of the comparison.  More... | |
Data Fields | |
| bool | eq | 
| result of the comparation  | |
| const S & | src | 
| src  | |
| const S & | dst | 
| Destination grid.  | |
      
  | 
  inline | 
Returh the result of the comparison.
Definition at line 166 of file copy_compare_aggregates.hpp.