bsl::hashAppend

Pass the specified input to the specified hashAlg.

Synopsis

Declared in <bslstl_vector.h>

template<
    class HASHALG,
    class VALUE_TYPE,
    class ALLOCATOR>
void
hashAppend(
    HASHALG& hashAlg,
    vector<VALUE_TYPE, ALLOCATOR> const& input);