Terminate the recursive visit of tuple elements.

Synopsis

Declared in <bslh_hashtuple.h>

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

Description

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.

Parameters

Name

Description

algorithm

unused; present to match the recursive visit signature

input

unused; present to match the recursive visit signature

Created with MrDocs