[#BloombergLP-bslh-DefaultSeededHashAlgorithm] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::DefaultSeededHashAlgorithm :relfileprefix: ../../ :mrdocs: This class wraps an unspecified default seeded hashing algorithm. == Synopsis Declared in `<bslh_defaultseededhashalgorithm.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/DefaultSeededHashAlgorithm/result_type.adoc[`result_type`] | Typedef indicating the value type returned by this algorithm. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/DefaultSeededHashAlgorithm/_04enum.adoc[`Unnamed enum`] | Compile‐time constants for this seeded hash algorithm. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/DefaultSeededHashAlgorithm/2constructor.adoc[`DefaultSeededHashAlgorithm`] [.small]#[constructor]# | Create a `bslh::DefaultSeededHashAlgorithm` seeded with the specified `seed`. | xref:BloombergLP/bslh/DefaultSeededHashAlgorithm/computeHash.adoc[`computeHash`] | Return the finalized hash value accumulated by this algorithm. | xref:BloombergLP/bslh/DefaultSeededHashAlgorithm/operator_call.adoc[`operator()`] | Incorporate the specified `data` of `numBytes` into the hash state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#