Home
last modified time | relevance | path

Searched refs:next_permutation_result (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_next_permutation.h41 using next_permutation_result = in_found_result<_InIter>; variable
46 _LIBCPP_HIDE_FROM_ABI constexpr next_permutation_result<_Iter>
55 _LIBCPP_HIDE_FROM_ABI constexpr next_permutation_result<borrowed_iterator_t<_Range>>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc611 using std::ranges::next_permutation_result;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dalgorithm1142 …using next_permutation_result = in_found_result<I>; // …
1147 constexpr ranges::next_permutation_result<I>
1153 constexpr ranges::next_permutation_result<borrowed_iterator_t<R>>
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm1158 …using next_permutation_result = in_found_result<I>; // …
1163 constexpr ranges::next_permutation_result<I>
1169 constexpr ranges::next_permutation_result<borrowed_iterator_t<R>>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3756 SYMBOL(next_permutation_result, std::ranges::, <algorithm>)