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