OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
copy_aggregate_dual< S, S2 > Struct Template Reference

Structure to copy aggregates. More...

Detailed Description

template<typename S, typename S2>
struct copy_aggregate_dual< S, S2 >

Structure to copy aggregates.

Template Parameters
aggregateto copy

Definition at line 26 of file copy_compare_aggregates.hpp.

#include <copy_compare_aggregates.hpp>

Public Member Functions

 copy_aggregate_dual (S src, S2 &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
 
S2 & dst
 Destination grid.
 

Constructor & Destructor Documentation

◆ copy_aggregate_dual()

template<typename S , typename S2 >
copy_aggregate_dual< S, S2 >::copy_aggregate_dual ( src,
S2 &  dst 
)
inline

copy_aggregate

Definition at line 35 of file copy_compare_aggregates.hpp.

Member Function Documentation

◆ operator()()

template<typename S , typename S2 >
template<typename T >
void copy_aggregate_dual< S, S2 >::operator() ( T &  t) const
inline

It call the copy function for each member.

Definition at line 40 of file copy_compare_aggregates.hpp.

Field Documentation

◆ dst

template<typename S , typename S2 >
S2& copy_aggregate_dual< S, S2 >::dst

Destination grid.

Definition at line 32 of file copy_compare_aggregates.hpp.

◆ src

template<typename S , typename S2 >
const S copy_aggregate_dual< S, S2 >::src

src

Definition at line 29 of file copy_compare_aggregates.hpp.


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