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

Name

Description

elements

values that form the array

Created with MrDocs