[#BloombergLP-bslstp-HashSelector-0c2] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstp.adoc[bslstp]::xref:BloombergLP/bslstp/HashSelector-04.adoc[HashSelector]<HASH_KEY const> :relfileprefix: ../../ :mrdocs: Partial specialization that hashes `const` types as their non‐`const` type. == Synopsis Declared in `<bslstp_hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASH_KEY> struct xref:BloombergLP/bslstp/HashSelector-04.adoc[HashSelector]<HASH_KEY const>; ---- == Description Treat `const` qualified types in exactly the same way as the non‐`const` qualified type. Users should rarely, if ever, need this specialization but would be surprised by their results if used accidentally, and it were not supplied. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstp/HashSelector-0c2/Type.adoc[`Type`] | Hash functor type selected for `const HASH_KEY`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#