CTypedPtrMap::Lookup

Call this member function to quickly find the map element with a key that matches exactly. Lookup uses a hashing algorithm to find the element.

Syntax

BOOL Lookup( BASE_CLASS::BASE_ARG_KEY key, VALUE& rValue ) const;

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CTypedPtrMap Overview, CTypedPtrMap Member Functions, Typed Template Collections, CMapStringToOb::Lookup