[#BloombergLP-bdld-DatumMaker-operator_call-0f4] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumMaker.adoc[DatumMaker]::operator() :relfileprefix: ../../../ :mrdocs: Return a `bdld::Datum` having the specified `size` number of `elements`. Note that where possible, no memory is allocated ‐ arrays are returned as references. Note that `DatumMapRef` and `DatumIntMapRef` are not supported at the moment. == Synopsis Declared in `<bdld_datummaker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdld/Datum.adoc[bdld::Datum] operator()( xref:BloombergLP/bdld/Datum.adoc[bdld::Datum] const* elements, int size) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#