fmt::operator<=

Less-than-or-equal operator

Synopsis

Declared in <fmt/base.h>
bool
operator<=(
    basic_string_view lhs,
    basic_string_view rhs);

Return Value

true if the left object is less than or equal to the right object, false otherwise

Parameters

Name Description
lhs The left operand
rhs The right operand