Return the managed Datum by value and set this object to null.
Synopsis
Declared in <bdld_manageddatum.h>
Datum
release();
Description
Return, by value, the Datum object managed by this object and set the managed object to null. Ownership of the previously managed Datum object is transferred to the caller.
Return Value
previously managed Datum object, by value
Created with MrDocs