[#bsl-list-054-pop_front] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::pop_front :relfileprefix: ../../ :mrdocs: Remove and destroy the first element of this list. The behavior is undefined unless this list contains at least one element. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void pop_front(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#