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
object_s_di_e< v_src, v_dst, prp > Struct Template Reference

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

Detailed Description

template<typename v_src, typename v_dst, int... prp>
struct object_s_di_e< v_src, v_dst, prp >

this class is a functor for "for_each" algorithm

This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to copy the selected properties

Template Parameters
v_srcsource object
d_srcdestination object

Definition at line 30 of file object_s_di.hpp.

#include <object_s_di.hpp>

Public Types

typedef to_boost_vmpl< prp...>
::type 
v_prp
 

Public Member Functions

 object_s_di_e (const v_src &src, v_dst &dst)
 Constructor. More...
 
template<typename T >
void operator() (T &t)
 It call the functor for each member.
 

Data Fields

const v_src & src
 
v_dst & dst
 

Constructor & Destructor Documentation

template<typename v_src , typename v_dst , int... prp>
object_s_di_e< v_src, v_dst, prp >::object_s_di_e ( const v_src &  src,
v_dst &  dst 
)
inline

Constructor.

Parameters
srcsource object
dstdestination object

Definition at line 47 of file object_s_di.hpp.


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