[#bsl-list-054-begin-0d] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::begin :relfileprefix: ../../ :mrdocs: `begin` overloads == Synopses Declared in `<bslstl_list.h>` Return an iterator providing modifiable access to the first element in this list, and the past‐the‐end iterator if this list is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/iterator.adoc[list<VALUE, ALLOCATOR>::iterator] xref:bsl/list-054/begin-03.adoc[begin]() noexcept; ---- [.small]#xref:bsl/list-054/begin-03.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the first element in this list, or the past‐the‐end iterator if this list is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/const_iterator.adoc[list<VALUE, ALLOCATOR>::const_iterator] xref:bsl/list-054/begin-04.adoc[begin]() const noexcept; ---- [.small]#xref:bsl/list-054/begin-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#