Regina Calculation Engine
|
Gives access to native integer types that hold exactly k bytes, where k may be any compile-time constant. More...
#include <utilities/intutils.h>
Public Types | |
typedef void | type |
A native signed integer type with exactly k bytes, where k is the template parameter. More... | |
typedef void | utype |
A native unsigned integer type with exactly k bytes, where k is the template parameter. More... | |
Gives access to native integer types that hold exactly k bytes, where k may be any compile-time constant.
bytes | the exact number of bytes in the native integer types (i.e., the integer k described above). |