popping first element of vector code example Example: c++ vector pop first element std::vector<int> vect; vect.erase(vect.begin());