Map::RemoveMapElement
Defined in:
Removes a particular element from a map.
TSMap.h
Prototype
void RemoveMapElement(MapElement<type> *element);
Parameters
element |
A pointer to the object to remove from the map. |
Description
The RemoveMapElement
function removes the object specified by the element
parameter from a map. The object must belong to map for which the RemoveMapElement
function is called, or the internal links will become corrupted.
See Also