[#BloombergLP-ball-AttributeCollectorRegistry-removeCollector] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeCollectorRegistry.adoc[AttributeCollectorRegistry]::removeCollector :relfileprefix: ../../../ :mrdocs: Remove the collector having the specified `name` from this registry. == Synopsis Declared in `<ball_attributecollectorregistry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removeCollector(std::string_view const& name); ---- == Description Return 0 if the collector with `name` was successfully removed, and a non‐zero value (with no effect) otherwise. == Return Value 0 on success, or a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *name* | name of the collector to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#