This struct defines a hash operation for null‐terminated character strings enabling them to be used as keys in the standard unordered associative containers such as bsl::unordered_map and bsl::unordered_set. Note that this class is an empty POD type.
Synopsis
Declared in <bdlb_cstringhash.h>
struct CStringHash;
Type Aliases
Name |
Description |
Type of the argument to the function‐call operator. |
|
Type of the hash code returned by the function‐call operator. |
Member Functions
Name |
Description |
Return a hash code generated from the contents of the specified null‐terminated |
|
Declare that this type is trivially copyable. |
Created with MrDocs