[#BloombergLP-bdld-Datum-copyBinary] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::copyBinary :relfileprefix: ../../../ :mrdocs: Return, by value, a datum referring to the copy of the specified `value` of the specified `size`, using the specified `allocator` to supply memory (if needed). The behavior is undefined unless `size <= UINT_MAX`. Note that the copy of the binary data is owned and will be freed if `Datum::destroy` is called on the returned object. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdld/Datum.adoc[Datum] copyBinary( void const* value, xref:BloombergLP/bdld/Datum/SizeType.adoc[SizeType] size, xref:BloombergLP/bdld/Datum/AllocatorType.adoc[AllocatorType] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#