Share

AcString::append

C++

AcString & append(
    const AcString & acs
);

Description

Appends an AcString object to the end of the string.

Parameters

Parameters Description
acs Input reference to the AcString object

Returns

A reference to this string object.

Links

AcString

Previous Declaration

ACBASE_PORT AcString & append(const AcString & acs);

Was this information helpful?