Return true if this queue is empty (has no elements), or false otherwise.
Synopsis
Declared in <bdlcc_singleproducersingleconsumerboundedqueue.h>
bool
isEmpty() const;
Return Value
true if this queue is empty, and false otherwise
Created with MrDocs