AUInt Struct Reference

#include <datatype.h>

Detailed Description

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
 

Member Function Documentation

◆ operator UInt()

operator UInt ( ) const

Member Data Documentation

◆ value

UInt value