| Return Type | Function name | Arguments |
|---|---|---|
| ostream& | operator<< | (ostream&,const hzUrl&,) |
Declared and defined in file: hzUrl.cpp
Function Logic:
Function body:
ostream& operator<< (ostream& os, const hzUrl& obj)
{
if (*obj)
os << *obj ;
return os ;
}