[#absl-AbslHashValue-05] = xref:absl.adoc[absl]::AbslHashValue :relfileprefix: ../ :mrdocs: Provides `absl::Hash` support for `absl::InlinedVector`. It is uncommon to call this directly. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename H, typename T, size_t N, typename A> H AbslHashValue( H h, xref:absl/InlinedVector.adoc[absl::InlinedVector<T, N, A>] 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]#