[#bsl-queue-0a5-front-0ae] = xref:bsl.adoc[bsl]::xref:bsl/queue-0a5.adoc[queue]::front :relfileprefix: ../../ :mrdocs: Return the immutable front (the earliest pushed) element from this `queue` object. In effect, performs `c.front()`. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/queue-0a5/const_reference.adoc[queue<VALUE, CONTAINER>::const_reference] front() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#