Returns whether lhs orders lexicographically before or equal to rhs.
Declared in <absl/container/fixed_array.h>
bool
operator<=(
FixedArray const& lhs,
FixedArray const& rhs);
true if lhs is not lexicographically greater than rhs.
| Name | Description |
|---|---|
| lhs | The left-hand fixed array. |
| rhs | The right-hand fixed array. |