Why there is no pop_front method in C++ std::vector?
pop_front
std::vector
Simple. Just try:
vec.erase(vec.begin());