Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__algorithm/ !
H A Dranges_for_each.h44 __for_each_impl(_Iter __first, _Sent __last, _Func& __func, _Proj& __proj) { in __for_each_impl() function
57 return __for_each_impl(std::move(__first), std::move(__last), __func, __proj);
65 return __for_each_impl(ranges::begin(__range), ranges::end(__range), __func, __proj);