[#bsl-list-054-back-0b] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::back :relfileprefix: ../../ :mrdocs: `back` overloads == Synopses Declared in `<bslstl_list.h>` Return a reference providing modifiable access to the last element of this list. The behavior is undefined unless this list contains at least one element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/reference.adoc[list<VALUE, ALLOCATOR>::reference] xref:bsl/list-054/back-09.adoc[back](); ---- [.small]#xref:bsl/list-054/back-09.adoc[_» more..._]# Return a reference providing non‐modifiable access to the last element of this list. The behavior is undefined unless this list contains at least one element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/const_reference.adoc[list<VALUE, ALLOCATOR>::const_reference] xref:bsl/list-054/back-08.adoc[back]() const; ---- [.small]#xref:bsl/list-054/back-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#