[#BloombergLP-bslstp-HashSelector-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstp.adoc[bslstp]::HashSelector :relfileprefix: ../../ :mrdocs: This meta‐function selects the appropriate implementation for comparing the parameterized `TYPE`. This generic template uses the `std::equal_to` functor. == Synopsis Declared in `<bslstp_hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASH_KEY> struct HashSelector; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstp/HashSelector-04/Type.adoc[`Type`] | Hash functor type selected for `HASH_KEY`. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstp/HashSelector-00.adoc[`HashSelector<char>`] | | xref:BloombergLP/bslstp/HashSelector-0cf.adoc[`HashSelector<int>`] | | xref:BloombergLP/bslstp/HashSelector-03.adoc[`HashSelector<long>`] | | xref:BloombergLP/bslstp/HashSelector-02c.adoc[`HashSelector<long long>`] | | xref:BloombergLP/bslstp/HashSelector-0ea.adoc[`HashSelector<short>`] | | xref:BloombergLP/bslstp/HashSelector-07.adoc[`HashSelector<signed char>`] | | xref:BloombergLP/bslstp/HashSelector-05.adoc[`HashSelector<unsigned char>`] | | xref:BloombergLP/bslstp/HashSelector-0d.adoc[`HashSelector<unsigned int>`] | | xref:BloombergLP/bslstp/HashSelector-0e9.adoc[`HashSelector<unsigned long>`] | | xref:BloombergLP/bslstp/HashSelector-027.adoc[`HashSelector<unsigned long long>`] | | xref:BloombergLP/bslstp/HashSelector-01.adoc[`HashSelector<unsigned short>`] | | xref:BloombergLP/bslstp/HashSelector-0a.adoc[`HashSelector<char const*>`] | | xref:BloombergLP/bslstp/HashSelector-0c2.adoc[`HashSelector<HASH_KEY const>`] | Partial specialization to 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.. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#