hashAppend overloads

Synopses

Declared in <bdlc_compactedarray.h>

Pass the specified input to the specified hashAlg.

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

Pass the specified input to the specified hashAlg

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

Created with MrDocs