CAtlMap::RemoveAtPos
Call this method to remove the element at the given position in the CAtlMap object.
void RemoveAtPos(
POSITION pos
) throw( );
Parameters
- pos
The position counter, returned by a previous call to CAtlMap::GetNextAssoc or CAtlMap::GetStartPosition.
Remarks
Removes the key/value pair stored at the specified position. The memory used to store the element is freed. The POSITION referenced by pos becomes invalid, and while the POSITION of any other elements in the map remains valid, they do not necessarily retain the same order.
Requirements
Header: atlcoll.h