C++
AcString & append( 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 string object.
Links
Previous Declaration
inline AcString & AcString::append(wchar_t wch);