[#BloombergLP-bdlm-MetricsRegistryRegistrationHandle-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlm.adoc[bdlm]::xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle.adoc[MetricsRegistryRegistrationHandle]::MetricsRegistryRegistrationHandle :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlm_metricsregistry.h>` Create a `MetricsRegistryRegstrationHandle` object that is not associated with a registered metrics collection callback (`isRegistered` will return `false`). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/2constructor-07.adoc[MetricsRegistryRegistrationHandle](); ---- [.small]#xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/2constructor-07.adoc[_» more..._]# Create a handle by moving from the specified `original` handle. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/2constructor-0e.adoc[MetricsRegistryRegistrationHandle](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<MetricsRegistryRegistrationHandle>] original) noexcept; ---- [.small]#xref:BloombergLP/bdlm/MetricsRegistryRegistrationHandle/2constructor-0e.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | handle from which to take the registration |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#