remove

The remove method deletes the specified element from the collection.

Visibility
Public
Signature
void remove(void* p);
Parameters
p

The element to delete


Feedback