Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- pos
The position counter, returned by a previous call to CAtlMap::GetNextAssoc or CAtlMap::GetStartPosition.
Return Value
Returns a reference to the value stored at the given position in the CAtlMap object.
Requirements
Header: atlcoll.h