Searched refs:next_permutation_result (Results 1 – 5 of 5) sorted by relevance
37 using next_permutation_result = in_found_result<_InIter>; variable44 _LIBCPP_HIDE_FROM_ABI constexpr next_permutation_result<_Iter>53 _LIBCPP_HIDE_FROM_ABI constexpr next_permutation_result<borrowed_iterator_t<_Range>>
61 using Result = std::ranges::next_permutation_result<Iter>; in run_next_permutation()124 using Result = std::ranges::next_permutation_result<Iter>; in test_one()
60 static_assert(std::is_same_v<in_found_result<int>, next_permutation_result<int>>);
79 using std::ranges::next_permutation_result; in test_all()205 dangling_1st<next_permutation_result<dangling>>(std::ranges::next_permutation, in); in test_all()
1039 …using next_permutation_result = in_found_result<I>; // …1044 constexpr ranges::next_permutation_result<I>1050 constexpr ranges::next_permutation_result<borrowed_iterator_t<R>>