[#absl-linked_hash_set-end-0c6] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::end :relfileprefix: ../../ :mrdocs: `end` overloads == Synopses Declared in `<absl/container/linked_hash_set.h>` Returns an iterator past the last element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/iterator.adoc[iterator] xref:absl/linked_hash_set/end-0cf.adoc[end](); ---- [.small]#xref:absl/linked_hash_set/end-0cf.adoc[_» more..._]# Returns a const iterator past the last element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/const_iterator.adoc[const_iterator] xref:absl/linked_hash_set/end-09.adoc[end]() const; ---- [.small]#xref:absl/linked_hash_set/end-09.adoc[_» more..._]# == Return Value * An iterator to the end of the set. * A const iterator to the end of the set. [.small]#Created with https://www.mrdocs.com[MrDocs]#