Pass the specified input to the specified hashAlg.
Declared in <bslstl_vector.h>
template<
class HASHALG,
class VALUE_TYPE,
class ALLOCATOR>
void
hashAppend(
HASHALG& hashAlg,
vector<VALUE_TYPE, ALLOCATOR> const& input);
| Name | Description |
|---|---|
| hashAlg | hashing algorithm object |
| input | vector whose representation is hashed |