This class wraps an unspecified default seeded hashing algorithm.
Synopsis
Declared in <bslh_defaultseededhashalgorithm.h>
class DefaultSeededHashAlgorithm;
Description
This class wraps an unspecified default hashing algorithm, which takes a seed, that is appropriate for general purpose use such as generating hashes for a hash table.
Type Aliases
Name |
Description |
Typedef indicating the value type returned by this algorithm. |
Enums
Name |
Description |
Compile‐time constants for this seeded hash algorithm. |
Member Functions
Name |
Description |
|
Create a |
Return the finalized hash value accumulated by this algorithm. |
|
Incorporate the specified |
Created with MrDocs