Return whether a collector having the specified name is registered.
Declared in <ball_attributecollectorregistry.h>
bool
hasCollector(std::string_view const& name) const;
Return true if a collector having the specified name is in the registry maintained by this object, and false otherwise. Note that this method is provided primarily for debugging purposes (i.e., its return value can be invalidated from another thread).
true if a collector with name is registered, and false otherwise
| Name | Description |
|---|---|
| name | name of the collector to look up |