Searched refs:to_subranges (Results 1 – 6 of 6) sorted by relevance
49 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local55 auto range = vectors | to_subranges; in test_join_view()64 auto range = vectors | to_subranges; in test_join_view()73 auto range = vectors | to_subranges; in test_join_view()82 auto range1 = vectors | to_subranges; in test_join_view()85 auto range2 = to_vectors | to_subranges; in test_join_view()
41 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local47 auto range = vectors | to_subranges; in test_join_view()58 auto range = vectors | to_subranges; in test_join_view()69 auto range = vectors | to_subranges; in test_join_view()78 auto range1 = vectors | to_subranges; in test_join_view()81 auto range2 = to_vectors | to_subranges; in test_join_view()
128 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local134 auto range = vectors | to_subranges; in test_join_view()143 auto range = vectors | to_subranges; in test_join_view()152 auto range = vectors | to_subranges; in test_join_view()161 auto range1 = vectors | to_subranges; in test_join_view()164 auto range2 = to_vectors | to_subranges; in test_join_view()