[#BloombergLP-bslstl-HashTable-09-NonConstKeyType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable-09.adoc[HashTable<UnorderedMapKeyConfiguration<basic_string<char> const, pair<basic_string<char> const, Json>>, TransparentHash, TransparentEqualTo, allocator<pair<basic_string<char> const, Json>>>]::NonConstKeyType :relfileprefix: ../../../ :mrdocs: This `typedef` is an alias to the non‐`const` form of `KeyType`. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/remove_const-0b/type.adoc[bsl::remove_const<KeyType>::type] NonConstKeyType; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#