Same as the preceding overload for the specified elements type.
Declared in <bdld_datummaker.h>
bdld::Datum
operator()(
bdld::DatumIntMapEntry const* elements,
int size,
bool sorted = false) const;
a Datum integer-map from the specified elements
| Name | Description |
|---|---|
| elements | array of integer-map entries |
| size | number of entries in the map |
| sorted | flag indicating whether elements is sorted |