[#bsl-set-0d-end-0c] = xref:bsl.adoc[bsl]::xref:bsl/set-0d.adoc[set]::end :relfileprefix: ../../ :mrdocs: `end` overloads == Synopses Declared in `<bslstl_set.h>` Return an iterator providing modifiable access to the past‐the‐end element in the ordered sequence of `value_type` objects maintained by this set. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/set-0d/iterator.adoc[set<KEY, COMPARATOR, ALLOCATOR>::iterator] xref:bsl/set-0d/end-0f.adoc[end]() noexcept; ---- [.small]#xref:bsl/set-0d/end-0f.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the past‐the‐end element in the ordered sequence of `value_type` objects maintained by this set. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/set-0d/const_iterator.adoc[set<KEY, COMPARATOR, ALLOCATOR>::const_iterator] xref:bsl/set-0d/end-05.adoc[end]() const noexcept; ---- [.small]#xref:bsl/set-0d/end-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#