[#BloombergLP-bslh-hashTuple_Util-07-visit] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/hashTuple_Util-07.adoc[hashTuple_Util<0, HASH_ALGORITHM, TUPLE_TYPE>]::visit :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void visit( HASH_ALGORITHM& algorithm, TUPLE_TYPE const& input); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#