vector a; vector b; // Appending the integers of b to the end of a a.insert(a.end(), b.begin(), b.end());