Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/include/__algorithm/
HDranges_make_heap.h48 __make_heap_fn_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __make_heap_fn_impl() function
61 return __make_heap_fn_impl(std::move(__first), std::move(__last), __comp, __proj);
68 return __make_heap_fn_impl(ranges::begin(__r), ranges::end(__r), __comp, __proj);