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< nfast_view< V >, 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 nfast_view< V >::domain_type
 
using flow_value_type = typename nfast_view< V >::reference
 

Detailed Description

template<typename V>
struct stapl::skeletons::skeletons_impl::fake_flow< nfast_view< V >, 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 fast view.


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