this class is a functor for "for_each" algorithm More...
#include <map_vector_sparse.hpp>
Public Member Functions | |
| sparse_vector_reduction_solve_conflict_assign_cpu (encap_src &src, encap_dst &dst) | |
| constructor More... | |
| 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 | |
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 493 of file map_vector_sparse.hpp.
|
inline |
constructor
| src | source encapsulated object |
| dst | source encapsulated object |
Definition at line 508 of file map_vector_sparse.hpp.