[#bsl-hashAppend-09] = xref:bsl.adoc[bsl]::hashAppend :relfileprefix: ../ :mrdocs: Pass the specified `input` to the specified `hashAlg`. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class HASHALG, class VALUE_TYPE, class ALLOCATOR> void hashAppend( HASHALG& hashAlg, xref:bsl/vector-00d.adoc[vector<VALUE_TYPE, ALLOCATOR>] const& input); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#