[#BloombergLP-bslh-hashAppend-058] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::hashAppend :relfileprefix: ../../ :mrdocs: Pass the index of the active variant of the specified `input` to the specified `algorithm`, followed by the active value itself, to be combined into the internal state of the algorithm that is used to produce the resulting hash value. == Synopsis Declared in `<bslh_hashvariant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class HASH_ALGORITHM, class... TYPE> void hashAppend( HASH_ALGORITHM& algorithm, std::variant<TYPE...> const& input); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#