[#BloombergLP-ball-AttributeContext-removeAttributes] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeContext.adoc[AttributeContext]::removeAttributes :relfileprefix: ../../../ :mrdocs: Remove the specified `element` from this context's attribute containers. == Synopsis Declared in `<ball_attributecontext.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeAttributes(xref:BloombergLP/ball/AttributeContext/iterator.adoc[iterator] element); ---- == Description Remove the specified `element` from the list of attribute containers maintained by this object. Note that this method can be invoked safely even if the `initialize` class method has not yet been called. == Parameters [cols="1,4"] |=== | Name| Description | *element* | iterator identifying the attribute container to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#