un reference alias può essere

vector<Computer> & vComputer_ref = *vComputer;

se modifiche vComuper_ref modifichi anche vComputer

ciao
sergio