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

NameDescription
lhsThe left operand
rhsThe right operand