AUInt Struct Reference Data Types

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

公共成员函数

  operator UInt () const

Public Attributes

UInt   value

成员函数文档编制

◆  operator UInt()

operator UInt ( ) const

Member Data Documentation

◆  value

UInt value