QStringRef Proxy Page
Functions
| Q_DECL_IMPORT | operator<(const int &s1, const int &s2) |
| bool | operator<=(const int &s1, const int &s2) |
| Q_DECL_IMPORT | operator==(const int &s1, const int &s2) |
| Q_DECL_IMPORT | operator==(int s1, const int &s2) |
| bool | operator>(const int &s1, const int &s2) |
| bool | operator>=(const int &s1, const int &s2) |
Function Documentation
Q_DECL_IMPORT operator<(const int &s1, const int &s2)
Returns true if string reference s1 is lexically less than string reference s2; otherwise returns false.
See also Comparing Strings.
bool operator<=(const int &s1, const int &s2)
Returns true if string reference s1 is lexically less than or equal to string reference s2; otherwise returns false.
See also Comparing Strings.
Q_DECL_IMPORT operator==(const int &s1, const int &s2)
Returns true if string reference s1 is lexically equal to string reference s2; otherwise returns false.
Q_DECL_IMPORT operator==(int s1, const int &s2)
Returns true if string s1 is lexically equal to string reference s2; otherwise returns false.
bool operator>(const int &s1, const int &s2)
Returns true if string reference s1 is lexically greater than string reference s2; otherwise returns false.
See also Comparing Strings.
bool operator>=(const int &s1, const int &s2)
Returns true if string reference s1 is lexically greater than or equal to string reference s2; otherwise returns false.
See also Comparing Strings.