Main namespace for the project Original.
Definition algorithms.h:21
std::uint32_t u_integer
32-bit unsigned integer type for sizes and indexes
Definition config.h:43
std::int8_t s_byte
Signed 8-bit integer type.
Definition config.h:27
double floating
Double-precision floating-point type.
Definition config.h:51
long double l_floating
Extended precision floating-point type.
Definition config.h:59
std::int64_t integer
64-bit signed integer type for arithmetic operations
Definition config.h:35
std::uint8_t byte
Unsigned 8-bit integer type (byte)
Definition config.h:20