STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::result_of::make_paragraph< Scheduler, Factory, Views > Struct Template Reference

Metafunction which reflects return type of a make_paragraph call. More...

Public Types

using type = proxy< paragraph_t, accessor_t >
 

Detailed Description

template<typename Scheduler, typename Factory, typename... Views>
struct stapl::result_of::make_paragraph< Scheduler, Factory, Views >

Metafunction which reflects return type of a make_paragraph call.

Template Parameters
SchedulerScheduler type of associated returned PARAGRAPH.
FactoryFactory type of associated returned PARAGRAPH.
ViewsVariadic list of views passed to PARAGRAPH.

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