Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dranges_next_permutation.h43 struct __next_permutation {
48 auto __result = std::__next_permutation<_RangeAlgPolicy>(
57 auto __result = std::__next_permutation<_RangeAlgPolicy>(
64 constexpr inline auto next_permutation = __next_permutation{};
H A Dnext_permutation.h32 __next_permutation(_BidirectionalIterator __first, _Sentinel __last, _Compare&& __comp) { in __next_permutation() function
60 return std::__next_permutation<_ClassicAlgPolicy>( in next_permutation()