A workaround for the cases that a coarsened view is passed to stapl::identity<T>
. This struct brings a coarsened view to PARAGRAPH
environment.
More...
Public Member Functions | |
template<typename V > | |
result_type | operator() (V const &v) |
template<typename A > | |
result_type | operator() (stapl::proxy< result_type, A > const &p) |
Public Types | |
using | result_type = stapl::lightweight_vector< T > |
A workaround for the cases that a coarsened view is passed to stapl::identity<T>
. This struct brings a coarsened view to PARAGRAPH
environment.
T | type of the fine-grain elements |