BloombergLP::bdld::DatumMaker::DatumMaker

Create a DatumMaker that uses the specified allocator.

Synopsis

Declared in <bdld_datummaker.h>

explicit
DatumMaker(AllocatorType const& allocator);

Description

Create a new DatumMaker object that uses the specified allocator (e.g., the address of a bslma::Allocator object) to supply memory for the created bdld::Datum objects.

Parameters

NameDescription
allocatorallocator used to supply memory