Searched defs:SizedSentinelView (Results 1 – 1 of 1) sorted by relevance
96 struct SizedSentinelView : std::ranges::view_base { struct 98 constexpr explicit SizedSentinelView(int count = 8) : count_(count) {} in count_() argument 99 beginSizedSentinelView begin() argument 100 endSizedSentinelView end() argument