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