Return a bdld::Datum array referencing the specified elements.
Synopsis
Declared in <bdld_datummaker.h>
bdld::Datum
operator()(
bdld::Datum const* elements,
int size) const;
Description
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.
Return Value
a Datum array referencing the specified elements
Parameters
Name |
Description |
elements |
array of |
size |
number of elements in the array |
Created with MrDocs