STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::skeletons::detail::emit_flow< S, Ins, X, I > Struct Template Reference

Emit inline flows for a skeleton, given a current state. More...

Public Types

using type = emit_serial_part< S, Ins, X, I >
 

Detailed Description

template<class S, class Ins, size_t X, size_t I>
struct stapl::skeletons::detail::emit_flow< S, Ins, X, I >

Emit inline flows for a skeleton, given a current state.

Template Parameters
Sthe current skeleton to emit inline flows for
Insthe tuple of input placeholders/ph's
Xthe current x<n> to use for an emitted flow
Ithe current in<n> to use for additonal inputs
See also
inline_flow

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