Empty base class for hashing. No general hash struct defined, each type requires a specialization. Leaving this struct declared but undefined will generate error messages that are more clear when someone tries to use a key that does not have a corresponding hash function.
Synopsis
Declared in <bslstp_hash.h>
template<class HASH_KEY>
struct Hash;
Specializations
Name |
Description |
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
|
Specialization of |
Created with MrDocs