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