Provides absl::Hash support for absl::InlinedVector.

Synopsis

Declared in <absl/container/inlined_vector.h>

H
AbslHashValue(
    H h,
    absl::InlinedVector<TheT, TheN, TheA> const& a);

Return Value

The combined hash state.

Parameters

Name

Description

h

The hash state to combine with.

a

The inlined vector to hash.

Created with MrDocs