Type traits
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
using int8_t = char;
|
||||
using int16_t = short;
|
||||
using int32_t = int;
|
||||
using int64_t = long long;
|
||||
|
||||
using uint8_t = unsigned char;
|
||||
using uint16_t = unsigned short;
|
||||
using uint32_t = unsigned int;
|
||||
using uint64_t = unsigned long long;
|
||||
|
Reference in New Issue
Block a user