[#bsl-map-0af-rend-0a] = xref:bsl.adoc[bsl]::xref:bsl/map-0af.adoc[map<TimeInterval, Node*>]::rend :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/map-0af/const_reverse_iterator.adoc[const_reverse_iterator] rend() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#