Return a Datum map of the elements supplied so far.
Synopsis
Declared in <bdld_datummapbuilder.h>
Datum
commit();
Description
Return a Datum map 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 map and no further values shall be appended. The behavior is undefined if any method of this object, other than its destructor, is called after commit invocation.
Return Value
Datum map holding the elements supplied to this builder
Created with MrDocs