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