Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Traits
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Traits/IntType.h |
Include | #include "Traits/IntType.h" |
Syntax
template<int NumBytes>
struct TUnsignedIntType
Remarks
Type trait which yields an unsigned integer type of a given number of bytes. If there is no such type, the Type member type will be absent, allowing it to be used in SFINAE contexts.
Specializations
TUnsignedIntType< 1 >
TUnsignedIntType< 2 >
TUnsignedIntType< 4 >
TUnsignedIntType< 8 >