Tools.h++ Manual
23-22 104011 Tandem Computers Incorporated
23
type
* remove(
yourTester
t, const void*
d);
Removes and returns the first item from the collection for which the user-
provided function pointed to by
t
finds a match with
d
, or returns nil if no
item is found.
type
* removeReference(const
type
* e);
Removes and returns the first item from the collection with the address
e
, or
returns nil if no item is found.