API Reference > Other Classes > OdString Class > OdString Operators > += Operator > OdString::+= Operator (OdString&)
OdString::+= Operator (OdString&)
Syntax
C++
OdString& operator +=(const OdString& string);
Parameters 
Description 
const OdString& string 
[in] Input value for concatenation 

Concatenation-Equals Operator. 

 

Sets this object to the concatenation of this String object with the value on the right, and returns a reference to this String object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.