| STAPL API Reference |
Modules 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... | |
Sequence tags are used in customizing repeat flows.
Tag type to identify a repeat operator with single iteration.
1.8.13