3ds Max C++ API Reference
|
Assignment operator for a MaxString. More...
Functions | |
MaxString & | operator= (const MaxString &) |
MaxString | operator+ (const MaxString &) const |
Create a new string that is the concatenation of this string and another. | |
MaxString & | operator+= (const MaxString &) |
Appends a string at the end of this string. | |
Assignment operator for a MaxString.
Create a new string that is the concatenation of this string and another.