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