Tools.h++ Manual
23-18 104011 Tandem Computers Incorporated
23
size_t occurrencesOf(
yourTester
t,
const void* d) const;
Returns the number of items in the queue for which the user-provided function
pointed to by
t
finds a match with
d
.
size_t occurrencesOfReference(const
type
* e)
const;
Returns the number of items in the queue with the address
e
.