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.
Declared in <bslh_hashthreadid.h>
template<class t_HASH_ALG>
void
hashAppend(
t_HASH_ALG& algorithm,
std::thread::id const& tid);