[#BloombergLP-bslh-hashAppend-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::hashAppend :relfileprefix: ../../ :mrdocs: Invoke `hashAppend`, with the specified `algorithm`, on each element of the specified `input` in order of increasing index as defined by `std::get`. == Synopsis Declared in `<bslh_hashtuple.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class HASH_ALGORITHM, class... TYPE> void hashAppend( HASH_ALGORITHM& algorithm, std::tuple<TYPE...> const& input); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#