Searched refs:__find_unwrap (Results 1 – 1 of 1) sorted by relevance
43 __find_unwrap(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __find_unwrap() function57 return __find_unwrap(std::move(__first), std::move(__last), __value, __proj);64 return __find_unwrap(ranges::begin(__r), ranges::end(__r), __value, __proj);