Provides absl::Hash support for absl::InlinedVector.
Declared in <absl/container/inlined_vector.h>
H
AbslHashValue(
H h,
absl::InlinedVector<TheT, TheN, TheA> const& a);
The combined hash state.
| Name | Description |
|---|---|
| h | The hash state to combine with. |
| a | The inlined vector to hash. |