Поделиться через


CSimpleMap::Lookup

Returns the value associated with the given key.

TVal Lookup(
   const TKey& key 
) const;

Параметры

  • key
    The key.

Возвращаемое значение

Returns the associated value. If no matching key is found, NULL is returned.

Требования

Header: atlsimpcoll.h

См. также

Основные понятия

CSimpleMap Class

CSimpleMap Members

CSimpleMap::ReverseLookup