CAtlMap::GetValueAt

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

V& GetValueAt( 
   POSITION pos  
) throw( ); 
const V& GetValueAt( 
   POSITION pos  
) const throw( );

Parameters

Return Value

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

Requirements

Header: atlcoll.h

See Also

Reference

CAtlMap Class

CAtlMap::SetValueAt