Return TypeFunction nameArguments
boolhzString::operator>=(const char*,)

Declared and defined in file: hzString.h

Function Logic:

Function body:

bool hzString::operator>= (const char* s)
                                                   { return _cmp(s)>&eq;0?true:false; }