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::LogSeverityAtMost 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