The find method determines
whether the specified element is in the map.
Signatureint find(void* p) const
Parametersp
The element to look for
ReturnsThe
method returns one of the following values:
- 0 -
The element was not found
in the map.
- 1 - The element
was
found.