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

Sequence tags are used in customizing repeat flows. More...

+ Collaboration diagram for Repeat Operator Tags:

Classes

struct  stapl::skeletons::tags::repeat_first_iter
 Tag type to identify the first iteration of a repeat operator. More...
 
struct  stapl::skeletons::tags::repeat_iter
 Tag type to identify the iterations of a repeat operator except the first and last one. More...
 
struct  stapl::skeletons::tags::repeat_last_iter
 Tag type to identify the last iteration of a repeat operator. More...
 

Detailed Description

Sequence tags are used in customizing repeat flows.

See also
repeat_flows.hpp

Tag type to identify a repeat operator with single iteration.