CMap::Lookup

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

Syntax

BOOL Lookup( 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

CMap Overview, CMap Member Functions, Map Classes, CMap::operator []