__gnu_parallel::__adjacent_find_selector(3cxx) | __gnu_parallel::__adjacent_find_selector(3cxx) |
__gnu_parallel::__adjacent_find_selector - Test predicate on two adjacent elements.
#include <find_selectors.h>
Inherits __gnu_parallel::__generic_find_selector.
template<typename _RAIter1 , typename _RAIter2 , typename _Pred
> std::pair< _RAIter1, _RAIter2 >
_M_sequential_algorithm (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2
__begin2, _Pred __pred)
Corresponding sequential algorithm on a sequence. template<typename
_RAIter1 , typename _RAIter2 , typename _Pred > bool operator()
(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred)
Test on one position.
Test predicate on two adjacent elements.
Definition at line 80 of file find_selectors.h.
Corresponding sequential algorithm on a sequence.
Parameters
Definition at line 105 of file find_selectors.h.
Test on one position.
Parameters
Definition at line 90 of file find_selectors.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |