BloombergLP::bslh::hashAppend

Incorporate the specified tid into the specified algorithm.

Synopsis

Declared in <bslh_hashthreadid.h>

template<class t_HASH_ALG>
void
hashAppend(
    t_HASH_ALG& algorithm,
    std::thread::id const& tid);

Description

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.

Parameters

NameDescription
algorithmhashing algorithm that receives the hash input
tidthread identifier to convert and append