Share via


CAtlMap::GetKeyAt

Call this method to retrieve the key stored at the given position in the CAtlMap object.

const K& GetKeyAt(
   POSITION pos 
) const throw( );

Parameters

Return Value

Returns a reference to the key stored at the given position in the CAtlMap object.

Example

See the example for CAtlMap::CAtlMap.

Requirements

Header: atlcoll.h

See Also

Reference

CAtlMap Class

CAtlMap::SetValueAt

Other Resources

CAtlMap Members