[#BloombergLP-bdld-Datum-createArrayReference-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::createArrayReference :relfileprefix: ../../../ :mrdocs: Return, by value, a datum having the specified `value`, using the specified `allocator` to supply memory (if needed). The array referenced by `value` is not copied, and is not freed if `Datum::destroy` is called on the returned object. The behavior is undefined unless `value.length() <= UINT_MAX`. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdld/Datum.adoc[Datum] createArrayReference( xref:BloombergLP/bdld/DatumArrayRef.adoc[DatumArrayRef] const& value, xref:BloombergLP/bdld/Datum/AllocatorType.adoc[AllocatorType] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#