[#BloombergLP-bdld-DatumMaker-operator_call-09e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumMaker.adoc[DatumMaker]::operator() :relfileprefix: ../../../ :mrdocs: Return a `bdld::Datum` map from the specified `elements`. == Synopsis Declared in `<bdld_datummaker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdld/Datum.adoc[bdld::Datum] operator()( xref:BloombergLP/bdld/DatumMapEntry.adoc[bdld::DatumMapEntry] const* elements, int size, bool sorted = false) const; ---- == Description Return a `bdld::Datum` map having the specified `size` number of `elements`. Optionally specify `sorted` to indicate whether the entries are sorted. == Return Value a `Datum` map from the specified `elements` == Parameters [cols="1,4"] |=== | Name| Description | *elements* | array of map entries | *size* | number of entries in the map | *sorted* | flag indicating whether `elements` is sorted |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#