Return the binary reference held by this object.

Synopsis

Declared in <bdld_datum.h>

DatumBinaryRef
theBinary() const;

Description

Return the binary reference represented by this object as a DatumBinaryRef object. The behavior is undefined unless this object actually represents a binary reference.

Return Value

the binary reference held by this object

Created with MrDocs