STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::skeletons::flows::inline_flows::flow_tuple< Skeleton, OutPh, InPhs > Struct Template Reference

Holds the placeholder names for the output of a skeleton and its inputs as well as a skeleton value. More...

Public Member Functions

 flow_tuple (Skeleton const &s)
 
Skeleton const & get_skeleton () const
 

Public Types

using output_t = OutPh
 
using input_t = InPhs
 
using skeleton_t = typename std::decay< Skeleton >::type
 

Detailed Description

template<typename Skeleton, typename OutPh, typename InPhs>
struct stapl::skeletons::flows::inline_flows::flow_tuple< Skeleton, OutPh, InPhs >

Holds the placeholder names for the output of a skeleton and its inputs as well as a skeleton value.

See also
ph_list

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