Invoke the specified hashAlgorithm on the underlying buffer held by the specified guid object.
Declared in <bdlb_guid.h>
template<class HASH_ALGORITHM>
void
hashAppend(
HASH_ALGORITHM& hashAlgorithm,
Guid const& guid);
| Name | Description |
|---|---|
| hashAlgorithm | hashing algorithm to update |
| guid | guid whose buffer is hashed |