Searched refs:__copy_if_impl (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | ranges_copy_if.h | 42 __copy_if_impl(_InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, _Proj& __proj) { in __copy_if_impl() function 58 … return __copy_if_impl(std::move(__first), std::move(__last), std::move(__result), __pred, __proj); 67 … return __copy_if_impl(ranges::begin(__r), ranges::end(__r), std::move(__result), __pred, __proj);
|