Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ pop
Method
pop
include/util/binary_heap.hpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void pop()
22
{
23
BOOST_ASSERT(!heap_.empty());
24
std::pop_heap(heap_.begin(), heap_.end());
25
heap_.pop_back();
26
}
27
28
template <typename... Args> void emplace(Args &&...args)
29
{
Callers
nothing calls this directly
Calls
3
empty
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected