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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dpartition.h27 __partition_impl(_ForwardIterator __first, _Sentinel __last, _Predicate __pred, forward_iterator_tag) function
52 __partition_impl(_BidirectionalIterator __first, _Sentinel __sentinel, _Predicate __pred, function
82 return std::__partition_impl<__remove_cvref_t<_Predicate>&, _AlgPolicy>(

Completed in 120 milliseconds