Searched defs:IntForwardView (Results 1 – 1 of 1) sorted by relevance
135 struct IntForwardView : std::ranges::view_base { struct136 constexpr forward_iterator<Empty*> begin() const { return {}; } in begin()137 constexpr forward_iterator<Empty*> end() const { return {}; } in end()