BloombergLP::bdlc::hashAppend

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

NameDescription
hashAlghashing algorithm state to update
inputarray whose value is hashed