MCPcopy Create free account
hub / github.com/Shannon-Data/ShannonBase / empty

Method empty

include/priority_queue.h:341–341  ·  view source on GitHub ↗

Returns true if the priority queue is empty

Source from the content-addressed store, hash-verified

339
340 /// Returns true if the priority queue is empty
341 bool empty() const { return m_container.empty(); }
342
343 /// Returns a const reference to the i-th element in the underlying container.
344 value_type const &operator[](size_type i) const {

Callers 1

sortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected