Fnv1Generic.combined

Creates a combined hash of all the provided parameters. The previous hashed value is used as the initial state for the next.

class Fnv1Generic(bool FNV1A = false, T = hash_t)
static
hash_t
combined
(
Vals...
)
(
Vals vals
)

Parameters

Vals

Tuple of value types, inferred.

vals Vals

the values to be used for hashing

Return Value

Type: hash_t

returns the combined hash

Meta