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