[#BloombergLP-bdlc-hashAppend-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::hashAppend :relfileprefix: ../../ :mrdocs: `hashAppend` overloads == Synopses Declared in `<bdlc_compactedarray.h>` Pass the specified `input` to the specified `hashAlg`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class HASHALG, class TYPE> void xref:BloombergLP/bdlc/hashAppend-07.adoc[hashAppend]( HASHALG& hashAlg, xref:BloombergLP/bdlc/CompactedArray.adoc[CompactedArray<TYPE>] const& input); ---- [.small]#xref:BloombergLP/bdlc/hashAppend-07.adoc[_» more..._]# Contribute the value of `input` to the specified `hashAlg`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class HASHALG, class TYPE> void xref:BloombergLP/bdlc/hashAppend-05.adoc[hashAppend]( HASHALG& hashAlg, xref:BloombergLP/bdlc/PackedIntArray-0b.adoc[PackedIntArray<TYPE>] const& input); ---- [.small]#xref:BloombergLP/bdlc/hashAppend-05.adoc[_» more..._]# == 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]#