[#BloombergLP-bdlcc-Queue-insertCondition] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Queue.adoc[Queue]::insertCondition :relfileprefix: ../../../ :mrdocs: Return a reference to the modifiable condition variable used by this queue to signal that the queue is not full (i.e., has fewer items than its high‐water mark). == Synopsis Declared in `<bdlcc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslmt/Condition.adoc[bslmt::Condition]& insertCondition(); ---- == Description DEPRECATED: Use `notFullCondition` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#