Tests for value-equality of two inlined vectors.
Declared in <absl/container/inlined_vector.h>
template<
typename T,
size_t N,
typename A>
bool
operator==(
absl::InlinedVector<T, N, A> const& a,
absl::InlinedVector<T, N, A> const& b);
true if the vectors are equal, false otherwise.
| Name | Description |
|---|---|
| a | The first inlined vector. |
| b | The second inlined vector. |