Invoke hashAppend, with the specified algorithm, on each element of the specified input in order of increasing index as defined by std::get.
Synopsis
Declared in <bslh_hashtuple.h>
template<
class HASH_ALGORITHM,
class... TYPE>
void
hashAppend(
HASH_ALGORITHM& algorithm,
std::tuple<TYPE...> const& input);
Created with MrDocs