BloombergLP::ball::AttributeContainerList::remove

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

NameDescription
elementiterator referring to the element to remove