Share

AcString::+=

C++

AcString & operator +=(
    const char * psz
);

Description

Appends a Utf8 string of chars to the end of the string.

Parameters

Parameters Description
psz Input pointer to the Unicode string

Returns

A reference to this AcString object.

Links

AcString

Was this information helpful?