Return a reference providing non‐modifiable access to the 64‐bit integer value of this object.

Synopsis

Declared in <ball_userfieldvalue.h>

bsls::Types::Int64 const&
theInt64() const;

Description

The behavior is undefined unless type() == ball::UserFieldType::e_INT64.

Return Value

non‐modifiable reference to the 64‐bit integer value

Created with MrDocs