|
|
|
|
|
|
int
? The relational and comparison operators should return bool
.Yes a function is returned, you're returning an integer |
a!=b
is equivalent to a.operator!=(b)
but you can't call it directly like that, just imagine that "operator!=" is a function name.