Searched defs:ConstSizedView (Results 1 – 1 of 1) sorted by relevance
18 struct ConstSizedView : std::ranges::view_base { struct19 bool* size_called;23 constexpr std::size_t size() const { in size()