Contribute the value of input to the specified hashAlg.
Declared in <bdlc_packedintarray.h>
template<
class HASHALG,
class TYPE>
void
hashAppend(
HASHALG& hashAlg,
PackedIntArray<TYPE> const& input);
| Name | Description |
|---|---|
| hashAlg | hashing algorithm state to update |
| input | array whose value is hashed |