The find method looks for
the specified element in the list.
Signatureint find(const 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 list.
- 1 - The element
was
found in the list.