Doess std::vector::push_back work on an element within the vector?
Basically, is the following guaranteed to work, even when the vector reallocates memory (assuming we have the memory to allocate)?
Basically, is the following guaranteed to work, even when the vector reallocates memory (assuming we have the memory to allocate)?