[#absl-operator_gt-0a] = xref:absl.adoc[absl]::operator> :relfileprefix: ../ :mrdocs: Compares an `absl::LogSeverityAtMost` threshold against an `absl::LogSeverity` value (in either operand order). == Synopsis Declared in `<absl/base/log_severity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator>( xref:absl/LogSeverity.adoc[absl::LogSeverity] lhs, xref:absl/LogSeverityAtMost.adoc[absl::LogSeverityAtMost] rhs); ---- == Return Value `true` if the comparison holds, `false` otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand operand. | *rhs* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#