Containers
LinkedList.h
LinkedList::EraseRemoves an element from the list at a given positionDescription
Removes a node from the list at a position specified by Index. If Index is greater than or equal tothe size of the list, this call has no effect. Prototype
void Erase(unsigned int Index);Parameters
|