[#absl-HashState-combine-0e3] = xref:absl.adoc[absl]::xref:absl/HashState.adoc[HashState]::combine :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<absl/hash/hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, typename... Ts> static xref:absl/HashState.adoc[HashState] combine( xref:absl/HashState.adoc[HashState] state, T const& value, Ts const&... values); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#