Share

+= Operator

Overload List

Operator Description
AcString::+= (AcString &) Appends an AcString object to the end of the string.
AcString::+= (char *) Appends a Utf8 string of chars to the end of the string.
AcString::+= (CStringW &) Appends a CStringW object to this AcString object.
AcString::+= (std::nullptr_t) String is returned unmodified.
AcString::+= (wchar_t) Appends a Unicode character to the end of the string.
AcString::+= (wchar_t *) Appends a Unicode string to the end of the string.

Was this information helpful?