STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::paragraph_impl::get_nested_scheduler< Factory, bool > Struct Template Reference

Static functor with partial specialization to detect if the factory for a nested PARAGRAPH provides a custom scheduler for the PARAGRAPH or if the default_scheduler should be used. More...

Static Public Member Functions

static type apply (Factory const &factory)
 

Public Types

using type = default_scheduler
 

Detailed Description

template<typename Factory, bool = has_scheduler_type<Factory>::value>
struct stapl::paragraph_impl::get_nested_scheduler< Factory, bool >

Static functor with partial specialization to detect if the factory for a nested PARAGRAPH provides a custom scheduler for the PARAGRAPH or if the default_scheduler should be used.


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