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
Previous Declaration
ACBASE_PORT AcString & append(const AcString & acs);