This class implements a scoped guard for the default metrics manager.
Synopsis
Declared in <balm_defaultmetricsmanager.h>
class DefaultMetricsManagerScopedGuard;
Description
On construction, this guard creates the default instance of the metrics manager, and, on destruction, destroys that instance. Note that the behavior is undefined if the default instance of the metrics manager is created before creating this guard, or if the default instance is externally destroyed before destroying this guard.
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this scoped guard which invokes |
Return the address of the |
Created with MrDocs