Pass the specified input to the specified hashAlg.
Declared in <bdlc_compactedarray.h>
template<
class HASHALG,
class TYPE>
void
hashAppend(
HASHALG& hashAlg,
CompactedArray<TYPE> const& input);
| Name | Description |
|---|---|
| hashAlg | hashing algorithm to which the value is passed |
| input | array whose value is to be hashed |