fmt::operator<

Less-than 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 the right object, false otherwise

Parameters

NameDescription
lhsThe left operand
rhsThe right operand