The += operator adds to the existing string.
Public
const OMString& operator+=(const OMString& s); const OMString& operator+=(const char s); const OMString& operator+=(const char * s);
s
The characters to add to the string
The updated string