Return a Datum int‐map value holding the elements supplied to pushBack or append sorted by their keys.
Synopsis
Declared in <bdld_datumintmapbuilder.h>
Datum
sortAndCommit();
Description
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 int‐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 sortAndCommit invocation.
Return Value
Datum int‐map holding the sorted elements supplied to this builder
Created with MrDocs