Partial specialization of hashTuple_Util that terminates recursion.

Synopsis

Declared in <bslh_hashtuple.h>

template<
    class HASH_ALGORITHM,
    class TUPLE_TYPE>
struct hashTuple_Util<0, HASH_ALGORITHM, TUPLE_TYPE>;

Static Member Functions

Name

Description

visit

Terminate the recursive visit of tuple elements.

Created with MrDocs