Create a DatumBinaryRef object having the specified data and size. The behavior is undefined unless 0 != data || 0 == size. Note that the memory pointed by data is never accessed by a DatumBinaryRef object.
DatumBinaryRef
data
size
0 != data || 0 == size
Declared in <bdld_datumbinaryref.h>
<bdld_datumbinaryref.h>
DatumBinaryRef( void const* data, SizeType size);