Return a bdld::Datum map from the specified elements.
Declared in <bdld_datummaker.h>
bdld::Datum
operator()(
bdld::DatumMapEntry const* elements,
int size,
bool sorted = false) const;
Return a bdld::Datum map having the specified size number of elements. Optionally specify sorted to indicate whether the entries are sorted.
a Datum map from the specified elements
| Name | Description |
|---|---|
| elements | array of map entries |
| size | number of entries in the map |
| sorted | flag indicating whether elements is sorted |