operator<<

<< 運算子用於比較輸入/輸出串流及字串。

可見性
Public
簽章
inline omostream& operator<<(omosteam& os, 
   const OMString& s)
參數
os

要與字串相比較的輸出串流

要與輸出串流相比較的字串


回饋