[#BloombergLP-balm-MetricFormatSpec-2constructor-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/MetricFormatSpec.adoc[MetricFormatSpec]::MetricFormatSpec :relfileprefix: ../../../ :mrdocs: Create a metric format spec having the same value as the specified `original` format spec. == Synopsis Declared in `<balm_metricformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- MetricFormatSpec(xref:BloombergLP/balm/MetricFormatSpec.adoc[MetricFormatSpec] const& original); ---- == Description The behavior is undefined unless `original.format()` remains valid and unmodified for the lifetime of this object. == Parameters [cols="1,4"] |=== | Name| Description | *original* | format spec to copy |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#