Constructors
Synopses
Declared in <balm_metricsample.h>
Create an empty metric sample.
MetricSample(bslma::Allocator* basicAllocator = 0);
Create a copy of the specified original metric sample.
MetricSample(
MetricSample const& original,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
basicAllocator |
memory allocator; null uses the default |
original |
sample to copy |
Created with MrDocs