Share

AcString::append

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

AcString

Previous Declaration

inline AcString & AcString::append(wchar_t wch);

Was this information helpful?