Navigation
Unreal Engine C++ API Reference > 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< volatile T >
TIsSigned< const T >
TIsSigned< const volatile T >
TIsSigned< int16 >
TIsSigned< int32 >
TIsSigned< int64 >
TIsSigned< int8 >
Constants
Name | Description |
---|---|
Value |