This class wraps an unspecified default hashing algorithm that is appropriate for general purpose use such as generating hashes for a hash table.
Synopsis
Declared in <bslh_defaulthashalgorithm.h>
class DefaultHashAlgorithm;
Type Aliases
Name |
Description |
Typedef indicating the value type returned by this algorithm. |
Member Functions
Name |
Description |
|
Create a |
Return the finalized version of the hash that has been accumulated. Note that this changes the internal state of the object, so calling |
|
Incorporate the specified |
Created with MrDocs