Regina Calculation Engine
|
Gives access to k-byte integer types, where k is a constant that is not known until compile time. More...
#include <utilities/intutils.h>
Public Types | |
typedef void | type |
A signed integer type with k bytes, where k is the template parameter. More... | |
typedef void | utype |
An unsigned integer type with k bytes, where k is the template parameter. More... | |
Gives access to k-byte integer types, where k is a constant that is not known until compile time.
typedef void regina::IntOfSize< bytes >::type |
A signed integer type with 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.
typedef void regina::IntOfSize< bytes >::utype |
An unsigned integer type with 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.