Searched refs:CommonIntIter (Results 1 – 1 of 1) sorted by relevance
54 using CommonIntIter = std::common_iterator<int*, sentinel_wrapper<int*>>; in main() typedef65 std::same_as<CommonIntIter> auto end = common.end(); in main()66 assert(end == CommonIntIter(std::ranges::end(view))); in main()79 std::same_as<CommonIntIter> auto end = common.end(); in main()80 assert(end == CommonIntIter(std::ranges::end(view))); in main()