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