BloombergLP::bdlb::hashAppend

Incorporate object into the specified hashAlgorithm.

Synopsis

Declared in <bdlb_bigendian.h>

template<class HASH_ALGORITHM>
void
hashAppend(
    HASH_ALGORITHM& hashAlgorithm,
    BigEndianUint16 const& object);

Description

Invoke the specified hashAlgorithm on the attributes of the specified object.

Parameters

NameDescription
hashAlgorithmhashing algorithm to update
objectbig-endian integer to hash