[#BloombergLP-bdld-Datum-createInteger64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::createInteger64 :relfileprefix: ../../../ :mrdocs: Return, by value, a datum having the specified `Integer64` `value`, using the specified `allocator` to supply memory (if needed). == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdld/Datum.adoc[Datum] createInteger64( xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] value, xref:BloombergLP/bdld/Datum/AllocatorType.adoc[AllocatorType] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#