Searched refs:__adjacent_find_impl (Results 1 – 1 of 1) sorted by relevance
39 __adjacent_find_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __adjacent_find_impl() function58 return __adjacent_find_impl(std::move(__first), std::move(__last), __pred, __proj);67 return __adjacent_find_impl(ranges::begin(__range), ranges::end(__range), __pred, __proj);