BloombergLP::balm::MetricFormat::MetricFormat

Constructors

Synopses

Declared in <balm_metricformat.h>

Create an empty metric format object.

MetricFormat(bslma::Allocator* basicAllocator = 0);
» more...

Create a metric format object having the same value as the specified original format.

MetricFormat(
    MetricFormat const& original,
    bslma::Allocator* basicAllocator = 0);
» more...

Parameters

NameDescription
basicAllocatormemory allocator; null uses the default
originalformat to copy