removeKey

The removeKey method deletes the element from the map, given its key.

Visibility
Public
Signature
void removeKey(void* theKey)
Parameters
theKey

The key for the element to delete


Feedback