I have a 1 dimensional vector
std::vector vec1 = {4, 5, 6, 7};
and I want to store these elements in a 2 dimensional vector