[#bsl-list-054-pop_back] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::pop_back :relfileprefix: ../../ :mrdocs: Remove and destroy the last 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_back(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#