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.
Signatureint lookUp(const Key k, Concept& c) const
Parametersk
The map key
c
The element to look up
ReturnsThe
method returns one of the following values:
- 0 -
The element was not found
in the map.
- 1 - The element
was
found.