fmt::operator<

true if lhs is lexicographically less than rhs.

Synopsis

Declared in <fmt/base.h>

bool
operator<(
    basic_string_view lhs,
    basic_string_view rhs);

Return Value

true if lhs is lexicographically less than rhs.

Parameters

NameDescription
lhsThe left-hand string view.
rhsThe right-hand string view.