Vector reindex

Hi there, i have a stl vector and after deleting a element from it(for example 2) with erase the index remain 0 1 3 4 5, php has a function for this - array_values but here in c++ what should i do?
Last edited on
Topic archived. No new replies allowed.