C++
bool operator >( wchar_t wch ) const;
Description
Compares the string to determine if it is greater than a wide character.
Parameters
Parameters | Description |
---|---|
wch | Input character to compare to |
Returns
true if this string is greater than wch, false otherwise.
Links
Previous Declaration
inline bool AcString::operator > (wchar_t wch) const;