class IteratorRange
Declaration
template <class Iter>
class IteratorRange { /* full declaration omitted */ };
Description
Support for use of a sus::Iterator as a `std::ranges::input_range` in the std::ranges library. This type is returned from `Iterator::range()`.
Declared at: sus/iter/compat_ranges.h:200
Templates
- Iter
Method Overview
Methods
¶constexpr auto begin() noexcept
constexpr auto begin() noexcept
Declared at: sus/iter/compat_ranges.h:204
¶constexpr auto end() noexcept
constexpr auto end() noexcept
Declared at: sus/iter/compat_ranges.h:207