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_fusion_vector< bfv > Struct Template Reference

this class is a functor for "for_each" algorithm More...

Detailed Description

template<typename bfv>
struct copy_fusion_vector< bfv >

this class is a functor for "for_each" algorithm

It copy a boost::fusion::vector into another boost::fusion::vector

Definition at line 17 of file copy_fusion_vector.hpp.

#include <copy_fusion_vector.hpp>

Public Member Functions

 copy_fusion_vector (const bfv &src, bfv &dst)
 constructor More...
 
template<typename T >
void operator() (T &t)
 It call the copy function for each property.
 

Data Fields

const bfv & src
 
bfv & dst
 

Constructor & Destructor Documentation

template<typename bfv>
copy_fusion_vector< bfv >::copy_fusion_vector ( const bfv &  src,
bfv &  dst 
)
inline

constructor

It define the copy parameters.

Parameters
objobject we have to set in grid_dst

Definition at line 29 of file copy_fusion_vector.hpp.


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