Create a DatumBinaryRef object having the specified data and size.
Synopsis
Declared in <bdld_datumbinaryref.h>
DatumBinaryRef(
void const* data,
SizeType size);
Description
The behavior is undefined unless 0 != data || 0 == size. Note that the memory pointed by data is never accessed by a DatumBinaryRef object.
Parameters
Name |
Description |
data |
pointer to the binary data |
size |
size of the binary data |
Created with MrDocs