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

◆ __pattern_unique_copy() [3/3]

template<class _Tag, class _ExecutionPolicy, class _ForwardIterator, class _OutputIterator, class _BinaryPredicate>
_OutputIterator __pstl::__internal::__pattern_unique_copy ( _Tag ,
_ExecutionPolicy && ,
_ForwardIterator __first,
_ForwardIterator __last,
_OutputIterator __result,
_BinaryPredicate __pred )
noexcept

Definition at line 1374 of file algorithm_impl.h.

1376{
1377 return __internal::__brick_unique_copy(__first, __last, __result, __pred, typename _Tag::__is_vector{});
1378}
_OutputIterator __brick_unique_copy(_ForwardIterator, _ForwardIterator, _OutputIterator, _BinaryPredicate, std::false_type) noexcept

References __brick_unique_copy().

Referenced by std::unique_copy().

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