MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / empty

Method empty

extern/libcds/cds/container/mspriority_queue.h:287–290  ·  view source on GitHub ↗

Checks is the priority queue is empty

Source from the content-addressed store, hash-verified

285
286 /// Checks is the priority queue is empty
287 bool empty() const
288 {
289 return base_class::empty();
290 }
291
292 /// Checks if the priority queue is full
293 bool full() const

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected