[#BloombergLP-bdljsn-hashAppend-0ee] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::hashAppend :relfileprefix: ../../ :mrdocs: Pass the specified `object` to the specified `hashAlgorithm`. == Synopsis Declared in `<bdljsn_jsonnull.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void hashAppend( HASHALG& hashAlgorithm, xref:BloombergLP/bdljsn/JsonNull-0b.adoc[JsonNull] const& object); ---- == Description This function allows `JsonNull` objects to be hashable using `bsl::hash`. Note that `object` always as the same value so, for a given state of `hashAppend`, the effect of calling `hashAppend` is always the same. == Parameters [cols="1,4"] |=== | Name| Description | *hashAlgorithm* | hashing algorithm to update | *object* | object to hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#