operator <<

The << operator is used to compare an iostream and a string.

Visibility
Public
Signature
inline omostream& operator<<(omosteam& os, 
   const OMString& s)
Parameters
os

The output stream to compare to the string

s

The string to compare to the output stream


Feedback