remove

The remove method deletes the first occurrence of the specified element from the list.

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

The element to delete


Feedback