[#bsl-vectorBase-0af-end-020] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-0af.adoc[vectorBase<char const*>]::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-0af/iterator.adoc[iterator] xref:bsl/vectorBase-0af/end-02c.adoc[end]() noexcept; ---- [.small]#xref:bsl/vectorBase-0af/end-02c.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-0af/const_iterator.adoc[const_iterator] xref:bsl/vectorBase-0af/end-05.adoc[end]() const noexcept; ---- [.small]#xref:bsl/vectorBase-0af/end-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#