[#BloombergLP-bdlcc-BoundedQueue-removeAll] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/BoundedQueue.adoc[BoundedQueue]::removeAll :relfileprefix: ../../../ :mrdocs: Remove all items currently in this queue. Note that this operation is not atomic; if other threads are concurrently pushing items into the queue the result of `numElements()` after this function returns is not guaranteed to be 0. == Synopsis Declared in `<bdlcc_boundedqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeAll(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#