Compares two const spans for element-wise equality.
Declared in <absl/types/any_span.h>
bool
operator==(
AnySpan<T const> a,
AnySpan<T const> b);
true if the spans have equal elements.
| Name | Description |
|---|---|
| a | The left operand. |
| b | The right operand. |