Compares an absl::LogSeverityAtMost threshold against an absl::LogSeverity value (in either operand order).
Declared in <absl/base/log_severity.h>
constexpr
bool
operator>=(
absl::LogSeverityAtMost lhs,
absl::LogSeverity rhs);
true if the comparison holds, false otherwise.
| Name | Description |
|---|---|
| lhs | The left-hand operand. |
| rhs | The right-hand operand. |