operator >>

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

Visibility
Public
Signature
omistream& operator>>(omisteam& is, OMString& s)
Parameters
os

The input stream to compare to the string

s

The string to compare to the input stream


Feedback