Return the 64‐bit integer value held by this object.

Synopsis

Declared in <bdld_datum.h>

bsls::Types::Int64
theInteger64() const;

Description

Return the 64‐bit integer value represented by this object as a Int64 value. The behavior is undefined unless this object actually represents a 64‐bit integer value.

Return Value

the 64‐bit integer value held by this object

Created with MrDocs