[#bsl-vector-00d-pop_back] = xref:bsl.adoc[bsl]::xref:bsl/vector-00d.adoc[vector]::pop_back :relfileprefix: ../../ :mrdocs: Erase the last element from this vector. The behavior is undefined if this vector is empty. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void pop_back(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#