Concatenation Operators

Concatenation Operators

Module description

Functions

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

Function Documentation

MaxString& operator= ( const MaxString )

Assignment operator for a 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.