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