Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ empty
Method
empty
include/util/binary_heap.hpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
{
12
public:
13
bool empty() const { return heap_.empty(); }
14
15
const T &top() const
16
{
Callers
2
BinaryHeap
Class · 0.45
pop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected