WPILibC++ 2023.4.3-108-ge5452e3
|
A range adaptor for a pair of iterators. More...
Public Member Functions | |
template<typename Container > | |
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 |