this class is a functor for "for_each" algorithm More...
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 one encap into another encap object
encap | source |
encap | dst |
Definition at line 494 of file map_vector_sparse.hpp.
#include <map_vector_sparse.hpp>
Public Member Functions | |
sparse_vector_reduction_solve_conflict_assign_cpu (encap_src &src, encap_dst &dst) | |
constructor | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
encap_src & | src |
source | |
encap_dst & | dst |
destination | |
|
inline |
constructor
src | source encapsulated object |
dst | source encapsulated object |
Definition at line 509 of file map_vector_sparse.hpp.
|
inline |
It call the copy function for each property.
Definition at line 515 of file map_vector_sparse.hpp.
encap_dst& openfpm::sparse_vector_reduction_solve_conflict_assign_cpu< encap_src, encap_dst, vector_reduction >::dst |
destination
Definition at line 500 of file map_vector_sparse.hpp.
encap_src& openfpm::sparse_vector_reduction_solve_conflict_assign_cpu< encap_src, encap_dst, vector_reduction >::src |
source
Definition at line 497 of file map_vector_sparse.hpp.