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

Function PopHeap

util/generic/algorithm.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231template <class I>
232constexpr void PopHeap(I f, I l) {
233 std::pop_heap(f, l);
234}
235
236template <class I, class C>
237constexpr void PopHeap(I f, I l, C c) {

Callers 1

RemoveIfOverflownMethod · 0.85

Calls 1

pop_heapFunction · 0.50

Tested by

no test coverage detected