Remove the collector having the specified name from this registry.

Synopsis

Declared in <ball_attributecollectorregistry.h>

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

Name

Description

name

name of the collector to remove

Created with MrDocs