#include <datatype.h>
The main purpose of the type AUInt is as template argument for GetDataType: GetDataType<AUInt>() returns the architecture-dependent UInt type, while GetDataType<UInt>() returns either the UInt64 or UInt32 type, depending on the architecture which is used for the compilation and which sets UInt just as an alias for either UInt64 or UInt32.
AUInt is layout-compatible with UInt.
Public Member Functions | |
operator UInt () const | |
Public Attributes | |
UInt | value |
operator UInt | ( | ) | const |
UInt value |