lately I've seen some code with functions labeled like this:
auto Function(...) -> BOOL
Is there some difference between using just
BOOL Function(...)
The first one looks nicer to me though, maybe I'm just weird, so is it just visual, or it has some other benefits?