operator <=

The <= operator determines whether the first object is less than or equal to the second.

Visibility
Public
Signatures
int operator<=(const OMString& s2) const

int operator<=(const char * c2) const

inline int operator<=(const char * c, 
   const OMString& s)
Parameters for signature 1
s2

The string to compare to the current string

Parameters for signature 2
c2

The character to compare to the current character

Parameters for signature 3
c

The character to compare to the specified string

s

The string to compare to the specified character

Returns

The method returns one of the following values:


Feedback