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

Method empty

extern/libcds/cds/container/basket_queue.h:424–427  ·  view source on GitHub ↗

Checks if the queue is empty Note that this function is not \p const. The function is based on \p dequeue() algorithm. */

Source from the content-addressed store, hash-verified

422 The function is based on \p dequeue() algorithm.
423 */
424 bool empty()
425 {
426 return base_class::empty();
427 }
428
429 /// Clear the queue
430 /**

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected