Incorporate object into the specified hashAlgorithm.
Declared in <bdlb_bigendian.h>
template<class HASH_ALGORITHM>
void
hashAppend(
HASH_ALGORITHM& hashAlgorithm,
BigEndianUint32 const& object);
Invoke the specified hashAlgorithm on the attributes of the specified object.
| Name | Description |
|---|---|
| hashAlgorithm | hashing algorithm to update |
| object | big-endian integer to hash |