BloombergLP::bdld::Datum_MapHeader

This component-local class provides a layout of the meta-information stored in front of the Datum maps.

Synopsis

Declared in <bdld_datum.h>

struct Datum_MapHeader;

Data Members

NameDescription
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.