ORIGINAL
|
Platform-independent integer type definitions. More...
#include "cstdint"
Go to the source code of this file.
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Typedefs | |
using | original::integer = std::int64_t |
64-bit signed integer type for arithmetic operations | |
using | original::u_integer = std::uint32_t |
32-bit unsigned integer type for sizes/indexes | |
Platform-independent integer type definitions.
Provides unified integer type aliases for cross-platform consistency. Ensures fixed-width integer usage throughout the codebase.