BOOL RemoveKey( KEY key );
Return Value
Nonzero if the entry was found and successfully removed; otherwise 0.
Parameters
KEY
Template parameter specifying the type of the map's keys.
key
Key for the element to be removed.
Remarks
This member function calls BASE_CLASS::RemoveKey. For more detailed remarks, see CMapStringToOb::RemoveKey.