BloombergLP::bslh::hashTuple_Util

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

NameDescription
visit Hash the current element of input and visit the next.

Specializations

NameDescription
hashTuple_Util<0, HASH_ALGORITHM, TUPLE_TYPE> Partial specialization of hashTuple_Util that terminates recursion.