Share

AcString::+=

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

AcString

Previous Declaration

inline AcString & AcString::operator += (wchar_t wch);

Was this information helpful?