Just put the vector<employee*> `s into a vector(thus, making a vector<vector<employee*>> as the only data member), and you can get the exact vector by the index from the argument passed in...