Remove the collector having the specified name from this registry.
Declared in <ball_attributecollectorregistry.h>
int
removeCollector(std::string_view const& name);
Return 0 if the collector with name was successfully removed, and a non-zero value (with no effect) otherwise.
0 on success, or a non-zero value otherwise
| Name | Description |
|---|---|
| name | name of the collector to remove |