Condividi tramite


CSimpleMap::Lookup

Restituisce il valore associato alla chiave specificata.

TVal Lookup( 
   const TKey& key  
) const;

Parametri

  • key
    Chiave.

Valore restituito

Restituisce il valore collegato. Se nessuna chiave corrispondente viene trovata, viene restituito NULL.

Requisiti

Header: atlsimpcoll.h

Vedere anche

Riferimenti

CSimpleMap Class

CSimpleMap::ReverseLookup