AInt Struct Reference

#include <datatype.h>

Detailed Description

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
 

Member Function Documentation

◆ operator Int()

operator Int ( ) const

Member Data Documentation

◆ value

Int value