Return true if this queue is enqueue disabled, and false otherwise. Note that the queue is created in the "enqueue enabled" state.
Synopsis
Declared in <bdlcc_singleproducerqueue.h>
bool
isPushBackDisabled() const;
Return Value
true if enqueue is disabled, and false otherwise
Created with MrDocs