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