STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Classes | Public Member Functions
stapl::composition::coarse_map_wf< MapWF > Class Template Reference

The default coarsened workfunction uses iterators to apply the elementary workfunction to each element in coarsened view passed to it. More...

Classes

struct  result
 Reflect the return type of the function operator, a view whose type is an instance of cm_res_view, backed by an instance of class template my_container. More...
 

Public Member Functions

 coarse_map_wf (MapWF const &wf)
 

Detailed Description

template<typename MapWF>
class stapl::composition::coarse_map_wf< MapWF >

The default coarsened workfunction uses iterators to apply the elementary workfunction to each element in coarsened view passed to it.

Template Parameters
MapWFThe elementary workfunction type.

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