[#BloombergLP-bdlcc-SingleConsumerQueue-isFull] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SingleConsumerQueue.adoc[SingleConsumerQueue]::isFull :relfileprefix: ../../../ :mrdocs: Return `true` if this queue is full (has no available capacity), or `false` otherwise. Note that for unbounded queues, this method always returns `false`. == Synopsis Declared in `<bdlcc_singleconsumerqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isFull() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#