Return a Datum array value holding the elements supplied to pushBack or append. The caller is responsible for releasing the resources of the returned Datum object. Calling this method indicates that the caller is finished building the datum array and no further values shall be appended. It is undefined behavior to call any method of this object, other than the destructor, after commit has been called.

Synopsis

Declared in <bdld_datumarraybuilder.h>

Datum
commit();

Created with MrDocs