Component‐private utility for hashing tuple elements in reverse order.

Synopsis

Declared in <bslh_hashtuple.h>

template<
    std::size_t BACK_INDEX,
    class HASH_ALGORITHM,
    class TUPLE_TYPE>
struct hashTuple_Util;

Static Member Functions

Name

Description

visit

Hash the current element of input and visit the next.

Specializations

Name

Description

hashTuple_Util<0, HASH_ALGORITHM, TUPLE_TYPE>

Partial specialization of hashTuple_Util that terminates recursion.

Created with MrDocs