BloombergLP::bdld::Datum::createInteger64

Return a datum holding the specified 64-bit integer value.

Synopsis

Declared in <bdld_datum.h>

static
Datum
createInteger64(
    bsls::Types::Int64 value,
    AllocatorType const& allocator);

Description

Return, by value, a datum having the specified Integer64 value, using the specified allocator to supply memory (if needed).

Return Value

a datum holding the specified 64-bit integer value

Parameters

NameDescription
value64-bit integer value to store
allocatormemory allocator to use