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< mix_view< V, I, CID >, true > 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 = typename mix_view< V, I, CID >::domain_type
 
using flow_value_type = typename mix_view< V, I, CID >::reference
 

Detailed Description

template<typename V, typename I, typename CID>
struct stapl::skeletons::skeletons_impl::fake_flow< mix_view< V, I, CID >, true >

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

This specialization handles the case in which the given input is a coarsened view over the original input.


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