[#BloombergLP-bdldfp-hashAppend-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::hashAppend :relfileprefix: ../../ :mrdocs: Pass the specified `object` to the specified `hashAlg`. This function integrates with the `bslh` modular hashing system and effectively provides a `bsl::hash` specialization for `Decimal32`. Note that two objects which have the same value but different representations will hash to the same value. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void hashAppend( HASHALG& hashAlg, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] const& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#