libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ __pattern_partition() [2/2]

template<class _Tag, class _ExecutionPolicy, class _ForwardIterator, class _UnaryPredicate>
_ForwardIterator __pstl::__internal::__pattern_partition ( _Tag ,
_ExecutionPolicy && ,
_ForwardIterator __first,
_ForwardIterator __last,
_UnaryPredicate __pred )
noexcept

Definition at line 1937 of file algorithm_impl.h.

1939{
1940 return __internal::__brick_partition(__first, __last, __pred, typename _Tag::__is_vector{});
1941}
_ForwardIterator __brick_partition(_ForwardIterator, _ForwardIterator, _UnaryPredicate, std::false_type) noexcept

References __brick_partition().

Referenced by __pattern_nth_element(), and std::partition().

Here is the call graph for this function:
Here is the caller graph for this function: