createArrayReference overloads
Declared in <bdld_datum.h>
Return a datum referring to the array described by value.
static
Datum
createArrayReference(
DatumArrayRef const& value,
AllocatorType const& allocator);
» more...
Return a datum referring to the specified array without copying it.
static
Datum
createArrayReference(
Datum const* array,
SizeType length,
AllocatorType const& allocator);
» more...
value| Name | Description |
|---|---|
| value | array reference to wrap |
| allocator | memory allocator to use |
| array | array of Datum values to reference |
| length | number of elements in array |