[#absl-InlinedVector-pop_back] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::pop_back :relfileprefix: ../../ :mrdocs: Destroys the element at `back()`, reducing the size by `1`. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void pop_back() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#