Remove the specified element from this list.
Synopsis
Declared in <ball_attributecontainerlist.h>
void
remove(iterator const& element);
Description
The behavior is undefined unless element is a valid iterator on this list and the referenced address has not previously been removed (by either remove(), removeAll(), or removeAllAndRelease().
Parameters
Name |
Description |
element |
iterator referring to the element to remove |
Created with MrDocs