OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
copy_aggregate< S > Struct Template Reference

Structure to copy aggregates. More...

Detailed Description

template<typename S>
struct copy_aggregate< S >

Structure to copy aggregates.

Template Parameters
aggregateto copy

Definition at line 22 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.
 

The documentation for this struct was generated from the following file: