[#BloombergLP-bdlcc-Deque-tryPopFront-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Deque.adoc[Deque]::tryPopFront :relfileprefix: ../../../ :mrdocs: If this container is non‐empty, remove the first item, load that item into the specified `*item`, and return 0 indicating success. If this container is empty, return a non‐zero value with no effect on `*item` or the state of this container. == Synopsis Declared in `<bdlcc_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int tryPopFront(TYPE* item); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#