[#bsl-vector-027-end-069] = xref:bsl.adoc[bsl]::xref:bsl/vector-027.adoc[vector<MetricSampleGroup>]::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-06a.adoc[iterator] xref:bsl/vector-027/end-0f.adoc[end]() noexcept; ---- [.small]#xref:bsl/vector-027/end-0f.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-06a.adoc[const_iterator] xref:bsl/vector-027/end-066.adoc[end]() const noexcept; ---- [.small]#xref:bsl/vector-027/end-066.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#