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