qxLib
Typedefs
typedefs.h File Reference
#include <cmath>
#include <cstdint>

Go to the source code of this file.

Typedefs

using mem_t = char *
 0 .. 255
 
using u8 = std::uint8_t
 0 .. 65 535
 
using u16 = std::uint16_t
 0 .. 4 294 967 295
 
using u32 = std::uint32_t
 0 .. 18 446 744 073 709 551 615
 
using u64 = std::uint64_t
 
using i8 = std::int8_t
 – 32 768 .. 32 767
 
using i16 = std::int16_t
 − 2 147 483 648 .. 2 147 483 647
 
using i32 = std::int32_t
 − 9 223 372 036 854 775 808 .. 9 223 372 036 854 775 807
 

Detailed Description

Author
Khrapov
Date
18.06.2019

Definition in file typedefs.h.

Typedef Documentation

◆ u64

using u64 = std::uint64_t
  • 128 .. 127

Definition at line 24 of file typedefs.h.