This struct wraps the (template parameter) type HASH_ALGORITHM in an interface that satisfies the hash requirements of the C++11 standard.
Synopsis
Declared in <bslh_hash.h>
template<class HASH_ALGORITHM = bslh::DefaultHashAlgorithm>
struct Hash;
Type Aliases
Name |
Description |
Make the |
|
The type of the hash value that will be returned by the function‐call operator. |
Member Functions
Name |
Description |
Return a hash value for the specified |
Specializations
Name |
Description |
Specialization of |
Derived Classes
Name |
Description |
|
Specialize |
Empty base class for hashing. |
Created with MrDocs