Share

concat Method

Overload List

Method Description
AcString::concat (AcString &) Copies the string and appends an AcString object to it.
AcString::concat (char *, Encoding) Copies the string and appends a string of narrow characters to it.
AcString::concat (std::nullptr_t) Copies the string.
AcString::concat (wchar_t *) Copies the string and appends a string of Unicode characters to it.
AcString::concat (wchar_t) Copies the string and appends a Unicode character to it.

Was this information helpful?