Provides absl::Hash support for absl::InlinedVector. It is uncommon to call this directly.
Declared in <absl/container/inlined_vector.h>
template<
typename H,
typename T,
size_t N,
typename A>
H
AbslHashValue(
H h,
absl::InlinedVector<T, N, A> const& a);
The combined hash state.
| Name | Description |
|---|---|
| h | The hash state to combine with. |
| a | The inlined vector to hash. |