[#BloombergLP-bslstl-HashTable-06-NonConstKeyType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable-06.adoc[HashTable]::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 bsl::remove_const<KeyType>::type NonConstKeyType; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#