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
Name |
Description |
allocator |
allocator used to supply memory |
Created with MrDocs