bsl::hashAppend

Pass the specified input to the specified hashAlg

Synopsis

Declared in <bslstl_pair.h>

template<
    class HASHALG,
    class T1,
    class T2>
void
hashAppend(
    HASHALG& hashAlg,
    pair<T1, T2> const& input);