Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_count_if.h38 __count_if_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __count_if_impl() function
55 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);