Navigation
API > API/Runtime > API/Runtime/Core
Traits class which tests if a type is a signed integral type.
| Name | TIsSigned |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/IsSigned.h |
| Include Path | #include "Templates/IsSigned.h" |
Syntax
template<typename T>
struct TIsSigned
Struct Specializations
| Name | Remarks |
|---|---|
| TIsSigned< const T > | |
| TIsSigned< const volatile T > | |
| TIsSigned< int16 > | |
| TIsSigned< int32 > | |
| TIsSigned< int64 > | |
| TIsSigned< int8 > | |
| TIsSigned< volatile T > |
Enums
Public
| Name | Remarks |
|---|---|
| TIsSigned |