WPILibC++ 2024.3.2
|
A range adaptor for a pair of iterators. More...
Public Member Functions | |
template<typename Container , std::enable_if_t< explicitly_convertible< detail::IterOfRange< Container >, IteratorT >::value > * = nullptr> | |
iterator_range (Container &&c) | |
iterator_range (IteratorT begin_iterator, IteratorT end_iterator) | |
IteratorT | begin () const |
IteratorT | end () const |
bool | empty () const |
A range adaptor for a pair of iterators.
This just wraps two iterators into a range-compatible interface. Nothing fancy at all.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |