Invoke hashAppend, with the specified algorithm, on each element of the specified input in order of increasing index as defined by std::get.
Declared in <bslh_hashtuple.h>
template<
class HASH_ALGORITHM,
class... TYPE>
void
hashAppend(
HASH_ALGORITHM& algorithm,
std::tuple<TYPE...> const& input);
| Name | Description |
|---|---|
| algorithm | hashing algorithm that combines each tuple element |
| input | tuple whose elements are hashed in index order |