BloombergLP::bsls_Int64

Provide a namespace for platform-neutral 64-bit integer types.

Synopsis

Declared in <bsls_int64.h>

struct bsls_Int64;

Description

Namely, this struct defines Int64 as a 64-bit signed integer and Uint64 as a 64-bit unsigned integer for all supported platforms.

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.