Searched refs:__push_heap (Results 1 – 2 of 2) sorted by relevance
43 namespace __push_heap {52 std::__push_heap<_RangeAlgPolicy>(std::move(__first), __last_iter, __projected_comp); in __push_heap_fn_impl() 72 } // namespace __push_heap75 inline constexpr auto push_heap = __push_heap::__fn{};
60 __push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare& __comp) { in __push_heap() function71 std::__push_heap<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __comp); in push_heap()