I understood that when a reference is received as a (int&) in a function it means that when chanced inside the function, the original int will be modifide as well, wherever he is.
When I return something like this (a pointer to a class in this case) what does it mean? What can it possible be a reference to?