This component-local class provides a layout of the meta-information stored in front of the Datum maps.
Declared in <bdld_datum.h>
struct Datum_MapHeader;
| Name | Description |
|---|---|
d_allocatedSize | Full allocated memory size in bytes. |
d_capacity | Number of allocated map entries. |
d_ownsKeys | Flag indicating whether the map owns its keys. |
d_size | Size of the map. |
d_sorted | Flag indicating whether the map is sorted. |