Constructors
Declared in <bdlm_metricsregistry.h>
Create a MetricsRegistryRegstrationHandle object that is not associated with a registered metrics collection callback (isRegistered will return false).
MetricsRegistryRegistrationHandle();
» more...
Create a handle by moving from the specified original handle.
MetricsRegistryRegistrationHandle(bslmf::MovableRef<MetricsRegistryRegistrationHandle> original) noexcept;
» more...
| Name | Description |
|---|---|
| original | handle from which to take the registration |