STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes

Do-While tags are used in customizing do-while flows. More...

+ Collaboration diagram for Do-While Operator Tags:

Classes

struct  stapl::skeletons::tags::while_iteration
 Tag type to identify the iterations of a do-while operator. More...
 
struct  stapl::skeletons::tags::while_last_iter
 Tag type to identify the last iteration of a do-while operator. More...
 
struct  stapl::skeletons::tags::while_red
 Tag type to identify the reduction skeleton of a do-while operator. More...
 
struct  stapl::skeletons::tags::while_continuation
 Tag type to identify the continuation skeleton of a do-while operator. More...
 

Detailed Description

Do-While tags are used in customizing do-while flows.

See also
do_while_flows.hpp

Tag type to identify the first iteration of a do-while operator.