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 TSignedIntType
Remarks
Type trait which yields a signed 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
TSignedIntType< 1 >
TSignedIntType< 2 >
TSignedIntType< 4 >
TSignedIntType< 8 >