algobase.h | 50 // NB: equal and lexicographical_compare require mismatch. 55 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel 57 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2); } 63 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel 65 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); } 74 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); } 76 // Parallel mismatch for random access iterators 93 return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); 99 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2) function in namespace:std::__parallel 118 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2 function in namespace:std::__parallel [all...] |