|
FLANG
|
Public Types | |
| using | Step = typename Iterator::Step |
Public Member Functions | |
| ExecutionPartRange (Block::const_iterator begin, Block::const_iterator end, Step stepping=Step::Default, const ExecutionPartConstruct *owner=nullptr) | |
| template<typename R, typename = std::enable_if_t<is_range_v<R>>> | |
| ExecutionPartRange (const R &range, Step stepping=Step::Default, const ExecutionPartConstruct *owner=nullptr) | |
| Iterator | begin () const |
| Iterator | end () const |