[#absl-operator_le-091] = xref:absl.adoc[absl]::operator<= :relfileprefix: ../ :mrdocs: Compares an `absl::LogSeverityAtLeast` 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/LogSeverityAtLeast.adoc[absl::LogSeverityAtLeast] lhs, xref:absl/LogSeverity.adoc[absl::LogSeverity] 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]#