Searched refs:__for_each_impl (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | ranges_for_each.h | 41 …for_each_result<_Iter, _Func> __for_each_impl(_Iter __first, _Sent __last, _Func& __func, _Proj& _… in __for_each_impl() function 53 return __for_each_impl(std::move(__first), std::move(__last), __func, __proj); 63 return __for_each_impl(ranges::begin(__range), ranges::end(__range), __func, __proj);
|