3ds Max C++ API Reference
Concatenation Operators

Assignment operator for a MaxString. More...

Functions

MaxStringoperator= (const MaxString &)
 
MaxString operator+ (const MaxString &) const
 Create a new string that is the concatenation of this string and another. More...
 
MaxStringoperator+= (const MaxString &)
 Appends a string at the end of this string. More...
 

Detailed Description

Assignment operator for a MaxString.

Function Documentation

◆ operator=()

MaxString& operator= ( const MaxString )

◆ operator+()

MaxString operator+ ( const MaxString ) const

Create a new string that is the concatenation of this string and another.

◆ operator+=()

MaxString& operator+= ( const MaxString )

Appends a string at the end of this string.