Method ADT.CircularList()->pop_back()
- Method
pop_back
ValueTypepop_back()- Description
Remove the value at the back of the list and return it.
- Returns
The value at the back of the list.
ValueType pop_back()
Remove the value at the back of the list and return it.
The value at the back of the list.