Share via


CTypedPtrMap::RemoveKey

This member function calls BASE_CLASS**::RemoveKey**.

BOOL RemoveKey( 
   KEY key  
);

Parameters

  • KEY
    Template parameter specifying the type of the map's keys.

  • key
    Key for the element to be removed.

Return Value

Nonzero if the entry was found and successfully removed; otherwise 0.

Remarks

For more detailed remarks, see CMapStringToOb::RemoveKey.

Requirements

Header: afxtempl.h

See Also

Reference

CTypedPtrMap Class

Hierarchy Chart