Home
last modified time | relevance | path

Searched refs:__next_permutation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dranges_next_permutation.h39 namespace __next_permutation {
46 auto __result = std::__next_permutation<_RangeAlgPolicy>(
55 auto __result = std::__next_permutation<_RangeAlgPolicy>(
64 constexpr inline auto next_permutation = __next_permutation::__fn{};
H A Dnext_permutation.h30 __next_permutation(_BidirectionalIterator __first, _Sentinel __last, _Compare&& __comp) in __next_permutation() function
65 return std::__next_permutation<_ClassicAlgPolicy>( in next_permutation()