Share

>= Operator

Overload List

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

Was this information helpful?