[#BloombergLP-bdld-DatumMaker-m] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumMaker.adoc[DatumMaker]::m :relfileprefix: ../../../ :mrdocs: Return a `bdld::Datum` object containing a map of the specified `entries`. The `entries` are supplied as pairs (odd number of `sizeof...(entries)` being an error) where the first specified element is the key, and the second is its corresponding value. The behavior is undefined if the same key is supplied more than once. == Synopsis Declared in `<bdld_datummaker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... ENTRIES> xref:BloombergLP/bdld/Datum.adoc[bdld::Datum] m(ENTRIES const&... entries) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#