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 565 of file map_vector_sparse.hpp.
#include <map_vector_sparse.hpp>
Public Member Functions | |
sparse_vector_reduction_solve_conflict_reduce_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 580 of file map_vector_sparse.hpp.
|
inline |
It call the copy function for each property.
Definition at line 586 of file map_vector_sparse.hpp.
encap_dst& openfpm::sparse_vector_reduction_solve_conflict_reduce_cpu< encap_src, encap_dst, vector_reduction, impl >::dst |
destination
Definition at line 571 of file map_vector_sparse.hpp.
encap_src& openfpm::sparse_vector_reduction_solve_conflict_reduce_cpu< encap_src, encap_dst, vector_reduction, impl >::src |
source
Definition at line 568 of file map_vector_sparse.hpp.