Searched refs:CountedView (Results 1 – 4 of 4) sorted by relevance
50 struct CountedView : std::ranges::view_base { struct54 CountedView(int* b, int* e) : begin_(b), end_(e) { } in CountedView() argument143 CountedView view{buffer, buffer + 8}; in main()
77 CountedView view8(&opcounts); in test()
124 struct CountedView : std::ranges::view_base { struct 125 explicit constexpr CountedView(IteratorOpCounts* opcounts) noexcept : opcounts_(opcounts) {} in begin() argument 126 endCountedView end() argument
123 struct CountedView : std::ranges::view_base { global() struct 124 beginCountedView begin() argument 125 endCountedView end() argument