TermOx
|
Holds [begin, end) half-open range of iterators and provides access. More...
#include <range.hpp>
Public Member Functions | |
constexpr | Range (Iter_1 begin, Iter_2 end) |
constexpr auto | begin () const |
Return the iterator to the beginning of the Range. | |
constexpr auto | end () const |
Return the iterator to the end of the Range. | |
Holds [begin, end) half-open range of iterators and provides access.