Return the user‐defined type reference held by this object.

Synopsis

Declared in <bdld_datum.h>

DatumUdt
theUdt() const;

Description

Return the user‐defined object represented by this object as a DatumUdt object. The behavior is undefined unless this object actually represents a user‐defined object.

Return Value

the user‐defined type reference held by this object

Created with MrDocs