WPILibC++
2019.1.1-beta-1-26-g8be693f
|
A range adaptor for a pair of iterators. More...
#include <iterator_range.h>
Public Member Functions | |
template<typename Container > | |
iterator_range (Container &&c) | |
iterator_range (IteratorT begin_iterator, IteratorT end_iterator) | |
IteratorT | begin () const |
IteratorT | end () const |
A range adaptor for a pair of iterators.
This just wraps two iterators into a range-compatible interface. Nothing fancy at all.