Transcription: The member function prev updates the current position of the list iterator when an item is inserted into or deleted from the associated list object. Since this linked list has only forward links, the insert and del functions of the list class use the return value of the function prev to access the phoneNum object that comes before the current item in the list.