STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::fill_edge Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: