Operator |
Description |
---|
AcString::> (AcString &) |
Compares the string to determine if it is greater than another AcString object. |
AcString::> (char *) |
Compares the string to determine if it is greater than a string of narrow chars. |
AcString::> (CStringW &) |
Compares the string to determine if it is greater than a CStringW object. |
AcString::> (std::nullptr_t) |
Compares to empty. |
AcString::> (wchar_t *) |
Compares the string to determine if it is greater than a string of wide characters. |
AcString::> (wchar_t) |
Compares the string to determine if it is greater than a wide character. |