MCPcopy Create free account
hub / github.com/catboost/catboost / PushHeap

Function PushHeap

util/generic/algorithm.h:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221template <class I>
222constexpr void PushHeap(I f, I l) {
223 std::push_heap(f, l);
224}
225
226template <class I, class C>
227constexpr void PushHeap(I f, I l, C c) {

Callers 1

InsertMethod · 0.85

Calls 1

push_heapFunction · 0.50

Tested by

no test coverage detected