C++
AcString & operator +=( const wchar_t * pwsz );
Description
Appends a Unicode string to the end of the string.
Parameters
Parameters | Description |
---|---|
pwsz | Input pointer to a Unicode string |
Returns
A reference to this AcString object.
Links
Previous Declaration
inline AcString & AcString::operator += (const wchar_t *pwsz);