Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::+= Operator (const char*)
Syntax
C++
OdString& operator +=(const char* string);

Concatenation-Equals Operator. 

 

Parameters
Description
string
[in] Input value for concatenation

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-2022. Open Design Alliance All rights reserved.