[#BloombergLP-bdlcc-SingleProducerQueueImpl-isFull] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SingleProducerQueueImpl.adoc[SingleProducerQueueImpl]::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_singleproducerqueueimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isFull() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#