Operator |
Description |
---|
AcString::<= (AcString &) |
Compares the string to determine if it is less than or equal to another AcString object. |
AcString::<= (char *) |
Compares the string to determine if it is less than or equal to a Utf8 string of chars. |
AcString::<= (CStringW &) |
Compares the string to determine if it is less than or equal to a CStringW object. |
AcString::<= (std::nullptr_t) |
Compared to empty with less then or equal. |
AcString::<= (wchar_t *) |
Compares the string to determine if it is less than or equal to a string of wide characters. |
AcString::<= (wchar_t) |
Compares the string to determine if it is less than or equal to a wide character. |