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

Specialization for dynamic work functions that adds the paragraph_impl::paragraph_view as the first view in the task specification. More...

Public Member Functions

template<typename TGV , typename SchedInfo , typename MapWF , typename ... V>
void operator() (TGV const &tgv, SchedInfo const &sched_info, MapWF const &wf, V const &... v)
 
template<typename TGV , typename MapWF , typename ... V>
void operator() (TGV const &tgv, std::size_t const &tid, MapWF const &wf, std::size_t const &num_succs, V const &... v)
 

Detailed Description

template<typename WF>
struct stapl::add_task_helper< WF, true >

Specialization for dynamic work functions that adds the paragraph_impl::paragraph_view as the first view in the task specification.


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