[#bsl-vector-0aa9-begin] = xref:bsl.adoc[bsl]::xref:bsl/vector-0aa9.adoc[vector<unsigned short>]::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-074/iterator.adoc[iterator] xref:bsl/vectorBase-074/begin-04.adoc[begin]() noexcept; ---- [.small]#xref:bsl/vectorBase-074/begin-04.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-074/const_iterator.adoc[const_iterator] xref:bsl/vectorBase-074/begin-0a.adoc[begin]() const noexcept; ---- [.small]#xref:bsl/vectorBase-074/begin-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#