operator<#
Fully qualified name: omni::operator<
Defined in omni/String.h
- constexpr bool omni::operator<( ) noexcept#
Compares
lhs
andrhs
.All comparisons are done lexicographically using omni::string::compare().
- Parameters:
lhs – Left hand side of the comparison.
rhs – Right hand side of the comparison.
- Returns:
true if
lhs
is less thanrhs
, false otherwise.