Share

< Operator

Overload List

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

Was this information helpful?