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

Wrapper around state_adjust_impl that detects presence of state_type nested typename and either forwards its corresponding boolean value to state_adjust_impl or false if the typename does not exist. More...

Static Public Member Functions

static Generator apply (Generator const &gen, Index const &)
 

Detailed Description

template<typename Index, typename Generator, bool = has_state_type<Generator>::value>
struct stapl::generator_impl::state_adjust< Index, Generator, bool >

Wrapper around state_adjust_impl that detects presence of state_type nested typename and either forwards its corresponding boolean value to state_adjust_impl or false if the typename does not exist.


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