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

◆ __pattern_find_first_of() [2/2]

template<class _Tag, class _ExecutionPolicy, class _ForwardIterator1, class _ForwardIterator2, class _BinaryPredicate>
_ForwardIterator1 __pstl::__internal::__pattern_find_first_of ( _Tag ,
_ExecutionPolicy && ,
_ForwardIterator1 __first,
_ForwardIterator1 __last,
_ForwardIterator2 __s_first,
_ForwardIterator2 __s_last,
_BinaryPredicate __pred )
noexcept

Definition at line 735 of file algorithm_impl.h.

737{
738 return __internal::__brick_find_first_of(__first, __last, __s_first, __s_last, __pred,
739 typename _Tag::__is_vector{});
740}
_ForwardIterator1 __brick_find_first_of(_ForwardIterator1, _ForwardIterator1, _ForwardIterator2, _ForwardIterator2, _BinaryPredicate, std::false_type) noexcept

References __brick_find_first_of().

Referenced by std::find_first_of().

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