Partial specialization of hashTuple_Util that terminates recursion.
Declared in <bslh_hashtuple.h>
template<
class HASH_ALGORITHM,
class TUPLE_TYPE>
struct hashTuple_Util<0, HASH_ALGORITHM, TUPLE_TYPE>;
| Name | Description |
|---|---|
visit | Terminate the recursive visit of tuple elements. |