this class is a functor for "for_each" algorithm More...
#include <map_vector_sparse.hpp>
Public Member Functions | |
| sparse_vector_special (vector_data_type &vector_data_red, vector_data_type &vector_data, vector_index_type &segment_offset, gpu::ofp_context_t &gpuContext) | |
| constructor More... | |
| template<typename T > | |
| void | operator() (T &t) const |
| It call the copy function for each property. | |
Data Fields | |
| vector_data_type & | vector_data_red |
| Vector in which to the reduction. | |
| vector_data_type & | vector_data |
| Vector in which to the reduction. | |
| vector_index_type & | segment_offset |
| segment of offsets | |
| gpu::ofp_context_t & | gpuContext |
| gpu context | |
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 726 of file map_vector_sparse.hpp.
|
inline |
constructor
| src | source encapsulated object |
| dst | source encapsulated object |
Definition at line 746 of file map_vector_sparse.hpp.