Home
last modified time | relevance | path

Searched refs:__find_unwrap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_find.h43 __find_unwrap(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __find_unwrap() function
57 return __find_unwrap(std::move(__first), std::move(__last), __value, __proj);
64 return __find_unwrap(ranges::begin(__r), ranges::end(__r), __value, __proj);