Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
template <class I>
222
constexpr void PushHeap(I f, I l) {
223
std::push_heap(f, l);
224
}
225
226
template <class I, class C>
227
constexpr void PushHeap(I f, I l, C c) {
Callers
1
Insert
Method · 0.85
Calls
1
push_heap
Function · 0.50
Tested by
no test coverage detected