operator =

= 연산자는 문자열을 설정합니다.

가시성
Public
시그니처
const OMString& operator=(const OMString& s);

const OMString& operator=(const char s);

const OMString& operator=(const char * s);
매개변수
s

설정할 문자열입니다.

리턴값

문자열입니다.


피드백