Searched refs:__stable_partition (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_stable_partition.h42 namespace __stable_partition { namespace in namespace:ranges
53 auto __result = std::__stable_partition<_RangeAlgPolicy>(
77 } // namespace __stable_partition
80 inline constexpr auto stable_partition = __stable_partition::__fn{};
H A Dstable_partition.h311 _ForwardIterator __stable_partition( function
323 return std::__stable_partition<_ClassicAlgPolicy, _Predicate&>(

Completed in 127 milliseconds