Return the address of the MetricsManager object managed by this scoped guard.
Synopsis
Declared in <balm_defaultmetricsmanager.h>
MetricsManager*
instance() const;
Description
The behavior is undefined if the default instance of the metrics manager is externally destroyed, or if the returned address is retained after this scoped guard is destroyed.
Return Value
address of the MetricsManager managed by this scoped guard
Created with MrDocs