[#bsl-vector-086-back-03] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::back :relfileprefix: ../../ :mrdocs: Return a reference to the last element of this vector. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/const_reference.adoc[vector<VALUE_TYPE*, ALLOCATOR>::const_reference] back() const; ---- == Return Value non‐modifiable reference to the last element [.small]#Created with https://www.mrdocs.com[MrDocs]#