Constructors
Synopses
Declared in <balm_metricformat.h>
Create an empty metric format object.
MetricFormat(bslma::Allocator* basicAllocator = 0);
Create a metric format object having the same value as the specified original format.
MetricFormat(
MetricFormat const& original,
bslma::Allocator* basicAllocator = 0);
Parameters
Name |
Description |
basicAllocator |
memory allocator; null uses the default |
original |
format to copy |
Created with MrDocs