adjacent_find
using __STD::adjacent_find;
__first = adjacent_find(__first, __last);
__first = adjacent_find(__first, __last, __binary_pred);