Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_push_heap.h43 namespace __push_heap {
52 std::__push_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp); in __push_heap_fn_impl()
72 } // namespace __push_heap
75 inline constexpr auto push_heap = __push_heap::__fn{};
H A Dpush_heap.h60 __push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare& __comp) { in __push_heap() function
71 std::__push_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp); in push_heap()