Structure to copy aggregates applying an operation. More...
Structure to copy aggregates applying an operation.
| op | operation to apply |
| aggregate | to copy |
Definition at line 95 of file copy_compare_aggregates.hpp.
#include <copy_compare_aggregates.hpp>
Public Member Functions | |
| copy_aggregate_op (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. | |
|
inline |
Definition at line 104 of file copy_compare_aggregates.hpp.
|
inline |
It call the copy function for each member.
Definition at line 109 of file copy_compare_aggregates.hpp.
| S& copy_aggregate_op< op, S >::dst |
Destination grid.
Definition at line 101 of file copy_compare_aggregates.hpp.
| const S& copy_aggregate_op< op, S >::src |
src
Definition at line 98 of file copy_compare_aggregates.hpp.