[#BloombergLP-bdld-DatumMaker-a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumMaker.adoc[DatumMaker]::a :relfileprefix: ../../../ :mrdocs: Return a `bdld::Datum` having an array value of the specified `elements`. == Synopsis Declared in `<bdld_datummaker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... ELEMENTS> xref:BloombergLP/bdld/Datum.adoc[bdld::Datum] a(ELEMENTS const&... elements) const; ---- == Return Value a `Datum` having an array of the specified `elements` == Parameters [cols="1,4"] |=== | Name| Description | *elements* | values that form the array |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#