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)< 0?true:false; }