A quick and probably stupid question: is it possible in C++ to have a constant reference? That is, a reference which is guaranteed to refer to the same object, but for which the variable referred to ...