omni::operator<=
Defined in omni/String.h
- 
constexpr bool omni::operator<=(const char *lhs, const string &rhs)
- Compares - lhsand- rhs.- All comparisons are done lexicographically using omni::string::compare(). - Parameters
- lhs – Left hand side of the comparison. 
- rhs – Right hand side of the comparison. 
 
- Throws
- std::invalid_argument – if - lhsis- nullptr.
- Returns
- true if - lhsis less than or equal to- rhs, false otherwise.