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

  • public constexpr auto begin() noexcept
  • public constexpr auto end() noexcept

Methods

constexpr auto begin() noexcept

Declared at: sus/iter/compat_ranges.h:204

constexpr auto end() noexcept

Declared at: sus/iter/compat_ranges.h:207