Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
template <class I>
242
constexpr void MakeHeap(I f, I l) {
243
std::make_heap(f, l);
244
}
245
246
template <class I, class C>
247
constexpr void MakeHeap(I f, I l, C c) {
Callers
1
FixHeap
Method · 0.85
Calls
1
make_heap
Function · 0.50
Tested by
no test coverage detected