omni::operator<

Defined in omni/String.h

constexpr bool omni::operator<(const string &lhs, const string &rhs) noexcept

Compares lhs and rhs.

All comparisons are done lexicographically using omni::string::compare().

Parameters
  • lhs – Left hand side of the comparison.

  • rhs – Right hand sinde of the comparison.

Returns

true if lhs is less than rhs, false otherwise.