CRBMap::RemoveKey
Visual Studio 2005
Call this method to remove an element from the CRBMap object, given the key.
bool RemoveKey( KINARGTYPE key ) throw( );
Parameters
- key
-
The key corresponding to the element pair you want to remove.
See the documentation for the base class CRBTree for information on the other methods available.