Concatenation Operators
 
 
 
Concatenation Operators

Functions

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.

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.