[#absl-linked_hash_map-const_iterator] = xref:absl.adoc[absl]::xref:absl/linked_hash_map.adoc[linked_hash_map]::const_iterator :relfileprefix: ../../ :mrdocs: The const iterator type, iterating in insertion order. == Synopsis Declared in `<absl/container/linked_hash_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using const_iterator = ListType::const_iterator; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#