Return the condition used to signal that this queue is not full.

Synopsis

Declared in <bdlcc_queue.h>

bslmt::Condition&
notFullCondition();

Description

Return the condition variable used by this queue to signal that the queue is not full (i.e., has fewer items than its high‐water mark).

Return Value

reference to the not‐full condition variable

Created with MrDocs