BloombergLP::bslh::hashTuple_Util<0, HASH_ALGORITHM, TUPLE_TYPE>::visit

Do nothing -- ignore the specified algorithm, ignore the specified input, do not try to visit the "next" element -- and return. Note that this function is called only after the last element of input has been visited.

Synopsis

Declared in <bslh_hashtuple.h>

static
void
visit(
    HASH_ALGORITHM& algorithm,
    TUPLE_TYPE const& input);