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

Default implementation of a functor to choose between fine-grain and coarse-grain work functions when specifying the tasks of a PARAGRAPH. More...

Public Member Functions

template<typename FineWF , typename CoarseWF >
FineWF operator() (FineWF const &fine_wf, CoarseWF const &) const
 

Detailed Description

template<typename View, bool b_coarse = false>
struct stapl::choose_wf< View, b_coarse >

Default implementation of a functor to choose between fine-grain and coarse-grain work functions when specifying the tasks of a PARAGRAPH.


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