[#BloombergLP-bdld-DatumIntMapRef-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumIntMapRef.adoc[DatumIntMapRef]::DatumIntMapRef :relfileprefix: ../../../ :mrdocs: Create a `DatumIntMapRef` object having the specified `data` of the specified `size` and the specified `sorted` flag. The behavior is undefined unless `0 != data` or `0 == size`. Note that the pointer to the array is just copied. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DatumIntMapRef( xref:BloombergLP/bdld/DatumIntMapEntry.adoc[DatumIntMapEntry] const* data, xref:BloombergLP/bdld/DatumIntMapRef/SizeType.adoc[SizeType] size, bool sorted); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#