[#bsl-vectorBase-08-begin-0b] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-08.adoc[vectorBase<unsigned int>]::begin :relfileprefix: ../../ :mrdocs: Return an iterator providing modifiable access to the first element in this vector, or the past‐the‐end iterator if this vector is empty. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vectorBase-08/iterator.adoc[iterator] begin() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#