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