STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::transformations::fused_wf< Wfs, DepIndices > Struct Template Reference

A work function that executes a dag of other work functions with the dependencies for each specified by an index_sequence. More...

Detailed Description

template<class Wfs, class DepIndices>
struct stapl::skeletons::transformations::fused_wf< Wfs, DepIndices >

A work function that executes a dag of other work functions with the dependencies for each specified by an index_sequence.

Note
This requires that the work functions are topologically sorted.

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