[#bsl-map-0c7-rend-03] = xref:bsl.adoc[bsl]::xref:bsl/map-0c7.adoc[map<int, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>]::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-0c7/reverse_iterator.adoc[reverse_iterator] xref:bsl/map-0c7/rend-09.adoc[rend]() noexcept; ---- [.small]#xref:bsl/map-0c7/rend-09.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-0c7/const_reverse_iterator.adoc[const_reverse_iterator] xref:bsl/map-0c7/rend-08.adoc[rend]() const noexcept; ---- [.small]#xref:bsl/map-0c7/rend-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#