std::vector<int> first; std::vector<int> second; first.insert(first.end(), second.begin(), second.end());