C++
AcString & operator +=( const CStringW & csw );
Description
Appends a CStringW object to this AcString object.
Parameters
Parameters | Description |
---|---|
csw | Input reference to the CStringW object |
Returns
A reference to this AcString object.
Links
Previous Declaration
inline AcString & AcString::operator+=(const CStringW &csw);