BloombergLP::bsls_Int64

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.

Synopsis

Declared in <bsls_int64.h>

struct bsls_Int64;

Type Aliases

NameDescription
Int64 64-bit signed integer type for all supported platforms.
Uint64 DEPRECATED: Use bsls::Types::Int64 and bsls::Types::Uint64, respectively, instead.