+= 연산자는 기존 문자열에 추가합니다.
Public
const OMString& operator+=(const OMString& s); const OMString& operator+=(const char s); const OMString& operator+=(const char * s);
s
문자열에 추가할 문자입니다.
업데이트된 문자열입니다.