Searched refs:__copy_if_impl (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_copy_if.h42 __copy_if_impl(_InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, _Proj& __proj) { function in struct:ranges::__copy_if::__fn
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);

Completed in 69 milliseconds