運算子 =

= 運算子會設定字串。

可見性
Public
簽章
const OMString& operator=(const OMString& s);

const OMString& operator=(const char s);

const OMString& operator=(const char * s);
參數

要設定的字串

傳回

字串


回饋