[#absl-linked_hash_set-rend-01] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::rend :relfileprefix: ../../ :mrdocs: `rend` overloads == Synopses Declared in `<absl/container/linked_hash_set.h>` Returns a reverse iterator past the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/reverse_iterator.adoc[reverse_iterator] xref:absl/linked_hash_set/rend-0b.adoc[rend](); ---- [.small]#xref:absl/linked_hash_set/rend-0b.adoc[_» more..._]# Returns a const reverse iterator past the first element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/const_reverse_iterator.adoc[const_reverse_iterator] xref:absl/linked_hash_set/rend-0d.adoc[rend]() const; ---- [.small]#xref:absl/linked_hash_set/rend-0d.adoc[_» more..._]# == Return Value * A reverse iterator to the end of the reversed set. * A const reverse iterator to the end of the reversed set. [.small]#Created with https://www.mrdocs.com[MrDocs]#