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 |
Returns a hash value generated by the (template parameter) type |
Specializations
Name |
Description |
This struct wraps the (template parameter) type |
|
Specialization of |
Derived Classes
Name |
Description |
|
Specialize |
Empty base class for hashing. This class, and all explicit and partial specializations of this class, shall conform to the C++11 Hash Requirements (C++11 17.6.3.4, [hash.requirements]). Unless this template is explicitly specialized, it will use the default hash algorithm provided by |
Created with MrDocs