absl::operator>

Compares an absl::LogSeverityAtMost threshold against an absl::LogSeverity value (in either operand order).

Synopsis

Declared in <absl/base/log_severity.h>

constexpr
bool
operator>(
    absl::LogSeverity lhs,
    absl::LogSeverityAtMost rhs);

Return Value

true if the comparison holds, false otherwise.

Parameters

NameDescription
lhsThe left-hand operand.
rhsThe right-hand operand.