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