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