CSimpleMap::Remove

Removes a key and matching value.

BOOL Remove(
   const TKey& key 
);

Parameters

  • key
    The key.

Return Value

Returns TRUE if the key, and matching value, were successfully removed, FALSE otherwise.

Requirements

Header: atlsimpcoll.h

See Also

Reference

CSimpleMap Class

CSimpleMap::RemoveAll

CSimpleMap::RemoveAt

Other Resources

CSimpleMap Members