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

Wrapper class around workfunction that a factory can detect, signaling that workfunction is designed to work on coarsened view data. More...

Public Member Functions

 coarsened_wf (WF const &wf)
 

Detailed Description

template<typename WF>
struct stapl::coarsened_wf< WF >

Wrapper class around workfunction that a factory can detect, signaling that workfunction is designed to work on coarsened view data.

Template Parameters
WFThe workfunction that can receive post-coarsened views as input.

Currently only used in map_func / map_factory for callers that provide a better work aggregation than the naive for loop around the fine grain that coarse_map_wf uses.

See also
map_factory

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