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