Pass the specified input to the specified hashAlg.

Synopsis

Declared in <bdlc_compactedarray.h>

template<
    class HASHALG,
    class TYPE>
void
hashAppend(
    HASHALG& hashAlg,
    CompactedArray<TYPE> const& input);

Created with MrDocs