Searched refs:__count_if_impl (Results 1 – 1 of 1) sorted by relevance
38 __count_if_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __count_if_impl() function55 return ranges::__count_if_impl(std::move(__first), std::move(__last), __pred, __proj);63 return ranges::__count_if_impl(ranges::begin(__r), ranges::end(__r), __pred, __proj);