STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::skeletons::skeletons_impl::fake_flow< V, isView > Struct Template Reference

A fake_flow is used for making the result_type computation possible for wrapped skeletons (wrapped_skeleton). More...

Public Types

using domain_type = find_domain_type< V >
 
using flow_value_type = typename V::value_type
 

Detailed Description

template<typename V, bool isView = has_value_type<V>::value || is_input_view<V>::value>
struct stapl::skeletons::skeletons_impl::fake_flow< V, isView >

A fake_flow is used for making the result_type computation possible for wrapped skeletons (wrapped_skeleton).

A fake_flow is basically specialized to extract the underlying value type of a given coarsened input and providing it to the wrapped_skeleton result struct.


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