[#BloombergLP-bdld-Datum_IntMapHeader] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::Datum_IntMapHeader :relfileprefix: ../../ :mrdocs: This component‐local class provides a layout of the meta‐information stored in front of the Datum int‐maps. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Datum_IntMapHeader; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/Datum_IntMapHeader/d_capacity.adoc[`d_capacity`] | Number of allocated map entries. | xref:BloombergLP/bdld/Datum_IntMapHeader/d_size.adoc[`d_size`] | Size of the map. | xref:BloombergLP/bdld/Datum_IntMapHeader/d_sorted.adoc[`d_sorted`] | Flag indicating whether the map is sorted. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#