[#absl-linked_hash_map-rbegin-0f4] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::rbegin :relfileprefix: ../../ :mrdocs: Returns a const reverse iterator to the last element. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_map/const_reverse_iterator.adoc[const_reverse_iterator] rbegin() const; ---- == Return Value A const reverse iterator to the beginning of the reversed map. [.small]#Created with https://www.mrdocs.com[MrDocs]#