Searched refs:SizedViewWithUnsizedSentinel (Results 1 – 1 of 1) sorted by relevance
41 struct SizedViewWithUnsizedSentinel : std::ranges::view_base { struct47 constexpr SizedViewWithUnsizedSentinel(int* begin, int* end) : begin_(begin), end_(end) {} in SizedViewWithUnsizedSentinel() argument53 static_assert(std::ranges::random_access_range<SizedViewWithUnsizedSentinel>); argument54 static_assert(std::ranges::sized_range<SizedViewWithUnsizedSentinel>);55 static_assert(!std::sized_sentinel_for<SizedViewWithUnsizedSentinel::sentinel, SizedViewWithUnsized…56 static_assert(std::ranges::view<SizedViewWithUnsizedSentinel>);194 using View = SizedViewWithUnsizedSentinel; in test()