MCPcopy 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

BinaryHeapClass · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected