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