Function object that performs a deep copy of input view into a std::vector and returns this container.Class is used as workfunction in colocation factory below to migrate a copy of a read only array_view via the edge_container
to the location where task using the data will be executed to avoid remote element fetches.
More...
Public Member Functions | |
template<typename View > | |
std::vector< typename View::value_type > | operator() (View const &v) const |
Function object that performs a deep copy of input view into a std::vector and returns this container.
Class is used as workfunction in colocation factory below to migrate a copy of a read only array_view via the edge_container
to the location where task using the data will be executed to avoid remote element fetches.