[#bsl-unordered_map-0bf-const_iterator] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-0bf.adoc[unordered_map<basic_string<char>, Json, TransparentHash, TransparentEqualTo>]::const_iterator :relfileprefix: ../../ :mrdocs: This `typedef` is an alias to `HashTableIterator<const value_type>`. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:BloombergLP/bslstl/HashTableIterator.adoc[BloombergLP::bslstl::HashTableIterator<value_type const, difference_type>] const_iterator; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#