Query: __gnu_parallel::mismatch_selector
OS: debian
Section: 3cxx
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__gnu_parallel::mismatch_selector(3cxx) __gnu_parallel::mismatch_selector(3cxx)NAME__gnu_parallel::mismatch_selector -SYNOPSISInherits __gnu_parallel::generic_find_selector. Public Member Functions template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > bool operator() (RandomAccessIterator1 i1, RandomAccessIterator2 i2, Pred pred) template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > std::pair < RandomAccessIterator1, RandomAccessIterator2 > sequential_algorithm (RandomAccessIterator1 begin1, RandomAccessIterator1 end1, RandomAccessIterator2 begin2, Pred pred)" Detailed Description Test inverted predicate on a single element. Definition at line 119 of file find_selectors.h. Member Function Documentation template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > bool __gnu_parallel::mismatch_selector::operator() (RandomAccessIterator1i1, RandomAccessIterator2i2, Predpred) [inline] Test on one position. Parameters: i1 Iterator on first sequence. i2 Iterator on second sequence (unused). pred Find predicate. Definition at line 130 of file find_selectors.h. template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > std::pair<RandomAccessIterator1, RandomAccessIterator2> __gnu_parallel::mismatch_selector::sequential_algorithm (RandomAccessIterator1begin1, RandomAccessIterator1end1, RandomAccessIterator2begin2, Predpred) [inline] Corresponding sequential algorithm on a sequence. Parameters: begin1 Begin iterator of first sequence. end1 End iterator of first sequence. begin2 Begin iterator of second sequence. pred Find predicate. Definition at line 143 of file find_selectors.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 __gnu_parallel::mismatch_selector(3cxx)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |