[#bsl-map-0a7-rend-0d8] = xref:bsl.adoc[bsl]::xref:bsl/map-0a7.adoc[map]::rend :relfileprefix: ../../ :mrdocs: `rend` overloads == Synopses Declared in `<bslstl_map.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 map. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/map-0a7/reverse_iterator.adoc[map<KEY, VALUE, COMPARATOR, ALLOCATOR>::reverse_iterator] xref:bsl/map-0a7/rend-07.adoc[rend]() noexcept; ---- [.small]#xref:bsl/map-0a7/rend-07.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 map. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/map-0a7/const_reverse_iterator.adoc[map<KEY, VALUE, COMPARATOR, ALLOCATOR>::const_reverse_iterator] xref:bsl/map-0a7/rend-0d7.adoc[rend]() const noexcept; ---- [.small]#xref:bsl/map-0a7/rend-0d7.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#