C++
AcString & operator +=( const AcString & acs );
Description
Appends an AcString object to the end of the string.
Parameters
Parameters | Description |
---|---|
acs | Input reference to an AcString object |
Returns
A reference to this AcString object.
Links
Previous Declaration
inline AcString & AcString::operator += (const AcString & acs);