reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
966 __first = std::__adjacent_find(__first, __last, __binary_pred); 966 __first = std::__adjacent_find(__first, __last, __binary_pred); 967 if (__first == __last) 971 _ForwardIterator __dest = __first; 972 ++__first; 973 while (++__first != __last) 974 if (!__binary_pred(__dest, __first)) 975 *++__dest = _GLIBCXX_MOVE(*__first);