Incorporate the specified tid into the specified algorithm.
Declared in <bslh_hashthreadid.h>
template<class t_HASH_ALG>
void
hashAppend(
t_HASH_ALG& algorithm,
std::thread::id const& tid);
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.
| Name | Description |
|---|---|
| algorithm | hashing algorithm that receives the hash input |
| tid | thread identifier to convert and append |