Returns whether lhs orders lexicographically after or equal to rhs.
Synopsis
Declared in <absl/container/fixed_array.h>
bool
operator>=(
FixedArray const& lhs,
FixedArray const& rhs);
Return Value
true if lhs is not lexicographically less than rhs.
Parameters
Name |
Description |
lhs |
The left‐hand fixed array. |
rhs |
The right‐hand fixed array. |
Created with MrDocs