Return whether a collector having the specified name is registered.

Synopsis

Declared in <ball_attributecollectorregistry.h>

bool
hasCollector(std::string_view const& name) const;

Description

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).

Return Value

true if a collector with name is registered, and false otherwise

Parameters

Name

Description

name

name of the collector to look up

Created with MrDocs