Tests whether two iterators refer to the same position.
Declared in <absl/types/any_span.h>
bool
operator==(
Iter const& a,
Iter const& b);
true if a and b point to the same position.
| Name | Description |
|---|---|
| a | The left operand. |
| b | The right operand. |