I am trying to do a Z-Index reordering of videoObjects stored in a vector. The plan is to identify the videoObject which is going to b
videoObjects
vector
videoObject
erase function returns the next valid iterator.
erase
You would have to make a while loop and do something like
while
iterator = erase(...)
with corresponding checks.