The find method looks for
the specified element in the collection.
Signatureint find(void* p) const
Parametersp
The element you want to find
ReturnsThe
method returns one of the following values:
- 0 -
The element was not found
in the collection.
- 1 - The
element was
found in the collection.