Compares two spans lexicographically.
Declared in <absl/types/span.h>
template<typename T>
constexpr
bool
operator<(
Span<T> a,
Span<T const> b);
true if a is lexicographically less than b.
| Name | Description |
|---|---|
| a | The left operand. |
| b | The right operand. |