[#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 having the specified `size` number of `elements`. Optionally specify `sorted` to indicate whether the entries are sorted. == 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; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#