STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::flows::compose_flows::last_input_to_all Struct Reference

An last_input_to_all flow for a compose takes the first n-1 flows in the given flow tuple given as an input to the compose and connects it to the input flow of the first skeleton in the compose. It then pipes the output of each skeleton to its next skeleton, and in addition passes the last flow given to the compose to every enclosed skeleton. More...

Detailed Description

An last_input_to_all flow for a compose takes the first n-1 flows in the given flow tuple given as an input to the compose and connects it to the input flow of the first skeleton in the compose. It then pipes the output of each skeleton to its next skeleton, and in addition passes the last flow given to the compose to every enclosed skeleton.

dot_inline_dotgraph_5.png

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