[#BloombergLP-bsls-Types-Uint64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Types.adoc[Types]::Uint64 :relfileprefix: ../../../ :mrdocs: The aliases `Int64` and `Uint64` stand for the appropriate types that define signed and unsigned 64‐bit integers, respectively, for the appropriate supported platforms. == Synopsis Declared in `<bsls_types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef unsigned long long Uint64; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#