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

Metafunction that invokes member finished on the factory if it inherits from incremental_wf, denoting that it implements the incremental workfunction concept.Primary template matches incremental case. Invoke finished on the factory. More...

Static Public Member Functions

static bool apply (Factory const &factory)
 

Detailed Description

template<typename Factory, bool = std::is_base_of<incremental_wf, Factory>::value>
struct stapl::paragraph_impl::check_finished< Factory, bool >

Metafunction that invokes member finished on the factory if it inherits from incremental_wf, denoting that it implements the incremental workfunction concept.

Primary template matches incremental case. Invoke finished on the factory.


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