Pass the specified input to the specified hashAlg
Declared in <bslstl_pair.h>
template<
class HASHALG,
class T1,
class T2>
void
hashAppend(
HASHALG& hashAlg,
pair<T1, T2> const& input);
| Name | Description |
|---|---|
| hashAlg | hashing algorithm the pair's elements are passed to |
| input | pair whose elements are hashed |