[#BloombergLP-bdld-DatumMaker-mok] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/DatumMaker.adoc[DatumMaker]::mok :relfileprefix: ../../../ :mrdocs: Return a `bdld::Datum` map with owned keys from the specified entries. == Synopsis Declared in `<bdld_datummaker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... ENTRIES> xref:BloombergLP/bdld/Datum.adoc[bdld::Datum] mok(ENTRIES const&... entries) const; ---- == Description Return a `bdld::Datum` object containing a map with owned keys consisting 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. == Return Value a `Datum` containing the map == Parameters [cols="1,4"] |=== | Name| Description | *entries* | alternating keys and values |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#