[#BloombergLP-ball-AttributeContainerList-remove] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeContainerList.adoc[AttributeContainerList]::remove :relfileprefix: ../../../ :mrdocs: Remove the specified `element` from this list. 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()`. == Synopsis Declared in `<ball_attributecontainerlist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void remove(xref:BloombergLP/ball/AttributeContainerList/iterator.adoc[iterator] const& element); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#