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