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