BloombergLP::bdld::DatumMaker::a

Return a bdld::Datum having an array value of the specified elements.

Synopsis

Declared in <bdld_datummaker.h>

template<typename... ELEMENTS>
bdld::Datum
a(ELEMENTS const&... elements) const;

Return Value

a Datum having an array of the specified elements

Parameters

NameDescription
elementsvalues that form the array