OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
copy_fusion_vector_encap< bfv, enc > Struct Template Reference

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

Detailed Description

template<typename bfv, typename enc>
struct copy_fusion_vector_encap< bfv, enc >

this class is a functor for "for_each" algorithm

It copy a boost::fusion::vector into an encap

Definition at line 69 of file copy_fusion_vector.hpp.

#include <copy_fusion_vector.hpp>

Public Member Functions

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

Data Fields

const bfv & src
 source fusion vector
 
enc & dst
 destination fusion vector
 

Constructor & Destructor Documentation

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

constructor

It define the copy parameters.

Parameters
srcsource fusion vector
dstdestination fusion vector

Definition at line 85 of file copy_fusion_vector.hpp.


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