STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::skeletons::coarse_identity_op< T > Struct Template Reference

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 >
 

Detailed Description

template<typename T>
struct stapl::skeletons::coarse_identity_op< 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.

Template Parameters
Ttype of the fine-grain elements

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