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