BloombergLP::balm::MetricSample::MetricSample

Constructors

Synopses

Declared in <balm_metricsample.h>

Create an empty metric sample.

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

Create a copy of the specified original metric sample.

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

Parameters

NameDescription
basicAllocatormemory allocator; null uses the default
originalsample to copy