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.
AcString & operator +=( const char * psz );
Appends a Utf8 string of chars to the end of the string.
Parameters | Description |
---|---|
psz | Input pointer to the Unicode string |
A reference to this AcString object.