[#BloombergLP-bslh-DefaultHashAlgorithm] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::DefaultHashAlgorithm :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DefaultHashAlgorithm; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/DefaultHashAlgorithm/result_type.adoc[`result_type`] | Typedef indicating the value type returned by this algorithm. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/DefaultHashAlgorithm/2constructor.adoc[`DefaultHashAlgorithm`] [.small]#[constructor]# | Create a `bslh::DefaultHashAlgorithm`, default constructing the algorithm being used internally. | xref:BloombergLP/bslh/DefaultHashAlgorithm/computeHash.adoc[`computeHash`] | Return the finalized hash value accumulated by this algorithm. | xref:BloombergLP/bslh/DefaultHashAlgorithm/operator_call.adoc[`operator()`] | Incorporate the specified `data` of `numBytes` into the hash state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#