The < operator determines whether the first object is less than the second.
Public
int operator<(const OMString& s) const
int operator<(const char * c2) const
inline int operator<(const char * c, const OMString& s)
s
The string to compare to the current string
c2
The character to compare to the current character
c
The character to compare to the specified string
s
The string to compare to the specified character
The method returns one of the following values: