[#BloombergLP-bdlcc-FixedQueue-popFront-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/FixedQueue.adoc[FixedQueue]::popFront :relfileprefix: ../../../ :mrdocs: `popFront` overloads == Synopses Declared in `<bdlcc_fixedqueue.h>` Remove the element from the front of this queue and return it's value. If the queue is empty, block until it is not empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE xref:BloombergLP/bdlcc/FixedQueue/popFront-06.adoc[popFront](); ---- [.small]#xref:BloombergLP/bdlcc/FixedQueue/popFront-06.adoc[_» more..._]# Remove the element from the front of this queue and load that element into the specified `value`. If the queue is empty, block until it is not empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/FixedQueue/popFront-0e.adoc[popFront](TYPE* value); ---- [.small]#xref:BloombergLP/bdlcc/FixedQueue/popFront-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#