[#BloombergLP-bslh-hashAppend-03c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::hashAppend :relfileprefix: ../../ :mrdocs: Invoke `hashAppend` with the specified `algorithm` as the first argument and the result of applying an unspecified function to the specified `tid` as the second argument. == Synopsis Declared in `<bslh_hashthreadid.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_HASH_ALG> void hashAppend( t_HASH_ALG& algorithm, std::thread::id const& tid); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#