This class provides hashing functionality for constant key types, by delegating to the same function for non‐constant key types.
Synopsis
Declared in <bslstl_hash.h>
template<class BSLSTL_KEY>
struct hash<BSLSTL_KEY const>
: hash<BSLSTL_KEY>
Base Classes
Name |
Description |
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 |
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 |
Function call operators |
Created with MrDocs