Create a metric format spec having the same value as the specified original format spec.
Synopsis
Declared in <balm_metricformat.h>
MetricFormatSpec(MetricFormatSpec const& original);
Description
The behavior is undefined unless original.format() remains valid and unmodified for the lifetime of this object.
Parameters
Name |
Description |
original |
format spec to copy |
Created with MrDocs