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

Name

Description

lhs

The left‐hand operand.

rhs

The right‐hand operand.

Created with MrDocs