Suppose I have a vector of ints,
std::vector numbers;
that is populated with a bunch of values, then I say do this (where an ent
Once you changed the capacity of the vector, the data was copied to another memory block, and the origin data is deleted.