lookUp

This method determines whether the specified element is in the map. If it is, it places the contents of the concept referenced by the key in the c parameter, and returns the value 1.

Visibility
Public
Signature
int lookUp(const Key k, Concept& c) const
Parameters
k

The map key

c

The element to look up

Returns

The method returns one of the following values:


Feedback