ContentsIndexHome
PreviousUpNext
ISetData::remove Method (IElement*)

Removes the specified element from this set and all of its subsets. 

 

C++
virtual void remove(const IElement* element) = 0;
Parameters 
Description 
const IElement* element 
IElement to be removed from this set.
 

There is no effect if the element does not exist in the set.