Component-private utility for hashing tuple elements in reverse order.
Declared in <bslh_hashtuple.h>
template<
std::size_t BACK_INDEX,
class HASH_ALGORITHM,
class TUPLE_TYPE>
struct hashTuple_Util;
| Name | Description |
|---|---|
visit | Hash the current element of input and visit the next. |
| Name | Description |
|---|---|
hashTuple_Util<0, HASH_ALGORITHM, TUPLE_TYPE> | Partial specialization of hashTuple_Util that terminates recursion. |