lookUp

The lookUp method finds the specified element in the map, given its key. If the element is found, the method places the contents of the element referenced by the key in the element parameter, and returns the value 1.

Visibility
Public
Signature
int lookUp(const void* theKey, void*& element) const
Parameters
theKey

The map key

element

The element to look up

Returns

The method returns one of the following values:


Feedback