Containers
LinkedList.h

LinkedList::Pop_Back

Removes the element from the end of the list
Description
Removes the last element on the list. If the list is empty, this call has no effect.
Prototype
void Pop_Back();