WPILibC++ 2025.2.1
|
A range adaptor for a pair of iterators. More...
#include <wpi/iterator_range.h>
Public Member Functions | |
template<typename Container , std::enable_if_t< explicitly_convertible< wpi::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 |