[#BloombergLP-bdldfp-hashAppend-0be] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::hashAppend :relfileprefix: ../../ :mrdocs: Pass the specified `object` to the specified `hashAlg`. == Synopses Declared in `<bdldfp_decimal.h>` Pass the specified `object` to the specified `hashAlg`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void xref:BloombergLP/bdldfp/hashAppend-0bd.adoc[hashAppend]( HASHALG& hashAlg, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] const& object); ---- [.small]#xref:BloombergLP/bdldfp/hashAppend-0bd.adoc[_» more..._]# Pass the specified `object` to the specified `hashAlg`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void xref:BloombergLP/bdldfp/hashAppend-05.adoc[hashAppend]( HASHALG& hashAlg, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] const& object); ---- [.small]#xref:BloombergLP/bdldfp/hashAppend-05.adoc[_» more..._]# Pass the specified `object` to the specified `hashAlg`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void xref:BloombergLP/bdldfp/hashAppend-06.adoc[hashAppend]( HASHALG& hashAlg, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] const& object); ---- [.small]#xref:BloombergLP/bdldfp/hashAppend-06.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *hashAlg* | hashing algorithm functor | *object* | decimal value to incorporate into the hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#