__gnu_parallel::__mismatch_selector(3cxx) | __gnu_parallel::__mismatch_selector(3cxx) |
__gnu_parallel::__mismatch_selector - Test inverted predicate on a single element.
#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 inverted predicate on a single element.
Definition at line 119 of file find_selectors.h.
Corresponding sequential algorithm on a sequence.
Parameters
Definition at line 143 of file find_selectors.h.
Test on one position.
Parameters
Definition at line 130 of file find_selectors.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |