Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dranges_is_partitioned.h36 bool __is_parititioned_impl(_Iter __first, _Sent __last, _Pred& __pred, _Proj& __proj) { in __is_parititioned_impl() function
59 return __is_parititioned_impl(std::move(__first), std::move(__last), __pred, __proj);
67 return __is_parititioned_impl(ranges::begin(__range), ranges::end(__range), __pred, __proj);