[#BloombergLP-bdlcc-Queue-popBack-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Queue.adoc[Queue]::popBack :relfileprefix: ../../../ :mrdocs: Remove the last item in this queue and load that item into the specified `buffer`. If this queue is empty, block until an item is available. == Synopsis Declared in `<bdlcc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void popBack(TYPE* buffer); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#