Passing a pointer by reference

When you want to be able to change the pointer value itself (in case it is not const&). Otherwise it does not amount to much, since you cannot really do anything else with that.

1 Like