[#BloombergLP-bsls_Int64] = xref:BloombergLP.adoc[BloombergLP]::bsls_Int64 :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct bsls_Int64; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls_Int64/Int64.adoc[`Int64`] | 64‐bit signed integer type for all supported platforms. | xref:BloombergLP/bsls_Int64/Uint64.adoc[`Uint64`] | DEPRECATED: Use `bsls::Types::Int64` and `bsls::Types::Uint64`, respectively, instead. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#