<= 연산자는 첫 번째 오브젝트가 두 번째 오브젝트보다 작거나 같은지 여부를 판별합니다.
Public
int operator<=(const OMString& s2) const int operator<=(const char * c2) const inline int operator<=(const char * c, const OMString& s)
s2
현재 문자열과 비교할 문자열입니다.
c2
현재 문자와 비교할 문자입니다.
c
지정한 문자열과 비교할 문자입니다.
s
지정한 문자와 비교할 문자열입니다.
이 메소드는 다음 값 중 하나를 리턴합니다.