AInt Struct Reference Data Types

#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.

公共成员函数

  operator Int () const

Public Attributes

Int   value

成员函数文档编制

◆  operator Int()

operator Int ( ) const

Member Data Documentation

◆  value

Int value