Containers
LinkedList.h

LinkedList::Erase

Removes an element from the list at a given position
Description
Removes a node from the list at a position specified by Index. If Index is greater than or equal to
the size of the list, this call has no effect.
Prototype
void Erase(unsigned int Index);
Parameters
Index Zero based index which indicates the position of the node to erase