Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
template <class I>
232
constexpr void PopHeap(I f, I l) {
233
std::pop_heap(f, l);
234
}
235
236
template <class I, class C>
237
constexpr void PopHeap(I f, I l, C c) {
Callers
1
RemoveIfOverflown
Method · 0.85
Calls
1
pop_heap
Function · 0.50
Tested by
no test coverage detected