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