operator =

The = operator sets the string.

Visibility
Public
Signatures
const OMString& operator=(const OMString& s);

const OMString& operator=(const char s);

const OMString& operator=(const char * s);
Parameters
s

The string to set

Returns

The string


Feedback