Searched defs:BasicView (Results 1 – 2 of 2) sorted by relevance
171 struct BasicView : IntBufferView { struct174 constexpr NonConstIter begin() in begin()178 constexpr Iter begin() const { return Iter(buffer_); } in begin()180 constexpr NonConstSent end() in end()189 constexpr Sent end() const { in end()
37 struct BasicView : std::ranges::view_base { struct