Return a bdld::Datum having an array value of the specified elements.
Declared in <bdld_datummaker.h>
template<typename... ELEMENTS>
bdld::Datum
a(ELEMENTS const&... elements) const;
a Datum having an array of the specified elements
| Name | Description |
|---|---|
| elements | values that form the array |