std::rotate(yourVector.begin(), it, it + 1); // it - iterator which points to an element you want to move