Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/IsArithmetic.h |
| Include | #include "Templates/IsArithmetic.h" |
Syntax
template<typename T>
struct TIsArithmetic
Remarks
Traits class which tests if a type is arithmetic.
Specializations
TIsArithmetic< volatile T >
TIsArithmetic< ANSICHAR >
TIsArithmetic< bool >
TIsArithmetic< const T >
TIsArithmetic< const volatile T >
TIsArithmetic< double >
TIsArithmetic< float >
TIsArithmetic< int16 >
TIsArithmetic< int32 >
TIsArithmetic< int64 >
TIsArithmetic< int8 >
TIsArithmetic< long >
TIsArithmetic< long double >
TIsArithmetic< uint16 >
TIsArithmetic< uint32 >
TIsArithmetic< uint64 >
TIsArithmetic< uint8 >
TIsArithmetic< unsigned long >
TIsArithmetic< WIDECHAR >
Constants
| Name | Description |
|---|---|
| Value |