[#BloombergLP-bdlc-hashAppend-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::hashAppend :relfileprefix: ../../ :mrdocs: Pass the specified `input` to the specified `hashAlg`. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class HASHALG, class TYPE> void hashAppend( HASHALG& hashAlg, xref:BloombergLP/bdlc/CompactedArray.adoc[CompactedArray<TYPE>] const& input); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hashAlg* | hashing algorithm to which the value is passed | *input* | array whose value is to be hashed |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#