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);

Contribute the value of input to the specified hashAlg.

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

Parameters

Name

Description

hashAlg

hashing algorithm to which the value is passed

input

array whose value is to be hashed

Created with MrDocs