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