BOOL Lookup( BASE_CLASS::BASE_ARG_KEY key, VALUE& rValue ) const;
Return Value
Nonzero if the element was found; otherwise 0.
Parameters
BASE_CLASS
Template parameter specifying the base class of this map’s class.
key
The key of the element to be looked up.
VALUE
Template parameter specifying the type of values stored in this map.
rValue
Specifies the returned value of the retrieved element.
Remarks
Lookup uses a hashing algorithm to quickly find the map element with a key that matches exactly.
This inline function calls BASE_CLASS::Lookup.
CTypedPtrMap Overview | Class Members | Hierarchy Chart
See Also CMapStringToOb::Lookup