[#bsl-vector-0cf-end] = xref:bsl.adoc[bsl]::xref:bsl/vector-0cf.adoc[vector<unsigned char>]::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-033/iterator.adoc[iterator] xref:bsl/vectorBase-033/end-0e.adoc[end]() noexcept; ---- [.small]#xref:bsl/vectorBase-033/end-0e.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-033/const_iterator.adoc[const_iterator] xref:bsl/vectorBase-033/end-09.adoc[end]() const noexcept; ---- [.small]#xref:bsl/vectorBase-033/end-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#