[#bsl-hashtable-const_iterator] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::const_iterator :relfileprefix: ../../ :mrdocs: Iterator providing non‐modifiable access to elements. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/_Ht_iterator.adoc[_Ht_iterator<_Val, __const_val_traits, _Key, _HF, _ExK, _EqK, _All>] const_iterator; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#