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

Name

Description

algorithm

hashing algorithm that receives the hash input

tid

thread identifier to convert and append

Created with MrDocs