BDE 4.14.0 Production release
|
#include <bsls_int64.h>
Public Types | |
typedef bsls::Types::Int64 | Int64 |
typedef bsls::Types::Uint64 | Uint64 |
Provide a namespace for the implementations of platform-neutral 64-bit integers. Namely, this struct
defines Int64
as a 64-bit signed integer and Uint64
as a 64-bit unsigned integer for all supported platforms.
typedef bsls::Types::Int64 bsls_Int64::Int64 |