STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::skeletons::flows::get_flow_modifier< I > Struct Template Reference

A flow modifier that extracts the i'th flow from a flow tuple. More...

Static Public Member Functions

template<class FlowTuple >
static type< FlowTuple > call (FlowTuple const &flows)
 

Public Types

template<class FlowTuple >
using type = typename stapl::tuple_element< I, FlowTuple >::type
 

Detailed Description

template<int I>
struct stapl::skeletons::flows::get_flow_modifier< I >

A flow modifier that extracts the i'th flow from a flow tuple.

Template Parameters
IThe index of the flow to extract. If -1, then the back is used.

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