String :: operator+= - Appends a String
This operator is implemented for convenience fulfilling the method append(). The function appends the string passed as right operand to the left operand string.
Return value: String object ( odaba::String & )