[#absl-AbslHashValue-06] = xref:absl.adoc[absl]::AbslHashValue :relfileprefix: ../ :mrdocs: Provides `absl::Hash` support for `absl::InlinedVector`. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- H AbslHashValue( H h, xref:absl/InlinedVector.adoc[absl::InlinedVector<TheT, TheN, TheA>] const& a); ---- == Return Value The combined hash state. == Parameters [cols="1,4"] |=== | Name| Description | *h* | The hash state to combine with. | *a* | The inlined vector to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#