[#absl-HashState-combine-0e5] = xref:absl.adoc[absl]::xref:absl/HashState.adoc[HashState]::combine :relfileprefix: ../../ :mrdocs: Combine an arbitrary number of values into a hash state. == Synopsis Declared in `<absl/hash/hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using HashState::HashStateBase<HashState>::combine; ---- == Description Combines an arbitrary number of values into a hash state, returning the updated state. [.small]#Created with https://www.mrdocs.com[MrDocs]#