STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::flows::repeat_flows::input_wrapper< Flows > Struct Template Reference

An input_wrapper flow is used in various scan skeletons to convert a 1D input coordinate to a 2D coordinate by appending -1 to the coordinate it receives. More...

Detailed Description

template<typename Flows>
struct stapl::skeletons::flows::repeat_flows::input_wrapper< Flows >

An input_wrapper flow is used in various scan skeletons to convert a 1D input coordinate to a 2D coordinate by appending -1 to the coordinate it receives.

The value -1 is used later on in scan skeletons to indicate that a consumer_count request is coming from the input not within the levels of a scan tree.


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