This class provides a mechanism to build a Datum object having a map value in an exception‐safe manner.
Synopsis
Declared in <bdld_datummapbuilder.h>
class DatumMapBuilder;
Type Aliases
Name |
Description |
|
|
Allocator type used by this builder. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. If this object is holding a datum map that has not been adopted, then the datum map is disposed after destroying each of its elements. |
Append the specified array |
|
Return the capacity of the held |
|
Return a |
|
Return the allocator used by this object to supply memory. Note that if no allocator was supplied at construction the default allocator in effect at construction is used. |
|
Append the entry with the specified |
|
Mark the Datum map being built by this object as sorted if the specified |
|
Return the size of the held |
|
Return a |
|
|
|
Created with MrDocs