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

Emit inline flows for a skeleton inside a ser_t. More...

Public Types

using output = x< X >
 
using outputs = tuple< output >
 
using flows = tuple< flows::inline_flows::ph_flow< output, Ins > >
 

Static Public Attributes

static constexpr size_t next_x = X+1
 
static constexpr size_t next_i = I
 

Detailed Description

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

Emit inline flows for a skeleton inside a ser_t.

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
ser_t

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