I have a reference to a vector of pointers, as follows:
std::vector& objects;
How can I access Objects from this vector?