Less-than operator
Declared in <fmt/base.h>
<fmt/base.h>
bool operator<( basic_string_view lhs, basic_string_view rhs);
true if the left object is less than the right object, false otherwise
true
false