[#BloombergLP-bdljsn-hashAppend-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::hashAppend :relfileprefix: ../../ :mrdocs: `hashAppend` overloads == Synopses Declared in `<bdljsn_error.h>` Pass the specified `object` to the specified `hashAlg`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void xref:BloombergLP/bdljsn/hashAppend-0d.adoc[hashAppend]( HASHALG& hashAlg, xref:BloombergLP/bdljsn/Location.adoc[Location] const& object); ---- [.small]#xref:BloombergLP/bdljsn/hashAppend-0d.adoc[_» more..._]# Pass the specified `object` to the specified `hashAlgorithm`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void xref:BloombergLP/bdljsn/hashAppend-06.adoc[hashAppend]( HASHALG& hashAlgorithm, xref:BloombergLP/bdljsn/Error.adoc[Error] const& object); ---- [.small]#xref:BloombergLP/bdljsn/hashAppend-06.adoc[_» more..._]# Pass the specified `object` to the specified `hashAlgorithm`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void xref:BloombergLP/bdljsn/hashAppend-0ee.adoc[hashAppend]( HASHALG& hashAlgorithm, xref:BloombergLP/bdljsn/JsonNull-0b.adoc[JsonNull] const& object); ---- [.small]#xref:BloombergLP/bdljsn/hashAppend-0ee.adoc[_» more..._]# Pass the specified `object` to the specified `hashAlgorithm`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void xref:BloombergLP/bdljsn/hashAppend-0e5.adoc[hashAppend]( HASHALG& hashAlgorithm, xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber] const& object); ---- [.small]#xref:BloombergLP/bdljsn/hashAppend-0e5.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *hashAlg* | hashing algorithm to update | *object* | location to hash | *hashAlgorithm* | hashing algorithm to update |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#