[#bsl-set-0d-rend-0b] = xref:bsl.adoc[bsl]::xref:bsl/set-0d.adoc[set]::rend :relfileprefix: ../../ :mrdocs: `rend` overloads == Synopses Declared in `<bslstl_set.h>` Return a reverse iterator providing modifiable access to the prior‐to‐the‐beginning element in the ordered sequence of `value_type` objects maintained by this set. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/set-0d/reverse_iterator.adoc[set<KEY, COMPARATOR, ALLOCATOR>::reverse_iterator] xref:bsl/set-0d/rend-0c.adoc[rend]() noexcept; ---- [.small]#xref:bsl/set-0d/rend-0c.adoc[_» more..._]# Return a reverse iterator providing non‐modifiable access to the prior‐to‐the‐beginning 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_reverse_iterator.adoc[set<KEY, COMPARATOR, ALLOCATOR>::const_reverse_iterator] xref:bsl/set-0d/rend-0a.adoc[rend]() const noexcept; ---- [.small]#xref:bsl/set-0d/rend-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#