[#BloombergLP-bdlm-MetricsRegistryRegistrationHandle] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlm.adoc[bdlm]::MetricsRegistryRegistrationHandle :relfileprefix: ../../ :mrdocs: This class implements a registration handle that provides RAII semantics for metric registration. == Synopsis Declared in `<bdlm_metricsregistry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class MetricsRegistryRegistrationHandle; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/2constructor-03.adoc[`MetricsRegistryRegistrationHandle`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/2destructor.adoc[`~MetricsRegistryRegistrationHandle`] [.small]#[destructor]# | Unregister the metric collection callback associated with this handle (if `isRegistered` is `true`), and destroy this object. | xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/operator_assign.adoc[`operator=`] | Assign to this handle the registration managed by `original`. | xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/isRegistered.adoc[`isRegistered`] | Return `true` if this handle has an associated registered metrics collection callback. | xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/swap.adoc[`swap`] | Exchange the associated metric collection callback registration with the one controlled by the specified `other` handle. | xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/unregister.adoc[`unregister`] | Unregister the metric from the associated registry. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlm/MetricsRegistry.adoc[BloombergLP::bdlm::MetricsRegistry]` | This class implements a transferable registry of metrics. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#