STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::pd_output_type< PD, In, Indices > Struct Template Reference

Computes the output type of a given parametric dependency by passing fine-grain value type of all input flows to the given Op. More...

Detailed Description

template<typename PD, typename In, typename Indices = make_index_sequence<PD::op_arity>>
struct stapl::skeletons::pd_output_type< PD, In, Indices >

Computes the output type of a given parametric dependency by passing fine-grain value type of all input flows to the given Op.

Template Parameters
PDthe parametric dependency for which the output type is requested.
Ina tuple of input flows to be passed to the parametric dependency.
Indicesan index sequence to traverse over the In in the range of [0..Arity)

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