[#BloombergLP-bdlb-hashAppend-02db] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::hashAppend :relfileprefix: ../../ :mrdocs: Incorporate `object` into the specified `hashAlgorithm`. == Synopsis Declared in `<bdlb_bigendian.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASH_ALGORITHM> void hashAppend( HASH_ALGORITHM& hashAlgorithm, xref:BloombergLP/bdlb/BigEndianInt32.adoc[BigEndianInt32] const& object); ---- == Description Invoke the specified `hashAlgorithm` on the attributes of the specified `object`. == Parameters [cols="1,4"] |=== | Name| Description | *hashAlgorithm* | hashing algorithm to update | *object* | big‐endian integer to hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#