Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_next_permutation.h40 namespace __next_permutation {
47 auto __result = std::__next_permutation<_RangeAlgPolicy>(
56 auto __result = std::__next_permutation<_RangeAlgPolicy>(
65 constexpr inline auto next_permutation = __next_permutation::__fn{};
H A Dnext_permutation.h29 __next_permutation(_BidirectionalIterator __first, _Sentinel __last, _Compare&& __comp) in __next_permutation() function
63 return std::__next_permutation<_ClassicAlgPolicy>( in next_permutation()