Regina 7.3 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 | |
using | type = void |
A native signed integer type with exactly k bytes, where k is the template parameter. More... | |
using | utype = void |
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). |
using regina::IntOfSize< bytes >::type = void |
A native signed integer type with exactly k bytes, where k is the template parameter.
The default is void
, which indicates that Regina does not know how to access an integer type of the requested size.
using regina::IntOfSize< bytes >::utype = void |
A native unsigned integer type with exactly k bytes, where k is the template parameter.
The default is void
, which indicates that Regina does not know how to access an integer type of the requested size.