[#absl-chunked_queue-pop_front] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::pop_front :relfileprefix: ../../ :mrdocs: Removes the first element of the container. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void pop_front(); ---- == Description Invalidates iterators to the removed element. REQUIRES: !empty() [.small]#Created with https://www.mrdocs.com[MrDocs]#