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

Function MakeHeap

util/generic/algorithm.h:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241template <class I>
242constexpr void MakeHeap(I f, I l) {
243 std::make_heap(f, l);
244}
245
246template <class I, class C>
247constexpr void MakeHeap(I f, I l, C c) {

Callers 1

FixHeapMethod · 0.85

Calls 1

make_heapFunction · 0.50

Tested by

no test coverage detected