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