[#bsl-vector-095-pop_back] = xref:bsl.adoc[bsl]::xref:bsl/vector-095.adoc[vector<char>]::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]#