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< ANSICHAR >
TIsArithmetic< bool >
TIsArithmetic< bool >
TIsArithmetic< char >
TIsArithmetic< const T >
TIsArithmetic< const T >
TIsArithmetic< const volatile T >
TIsArithmetic< const volatile T >
TIsArithmetic< double >
TIsArithmetic< double >
TIsArithmetic< float >
TIsArithmetic< float >
TIsArithmetic< int16 >
TIsArithmetic< int16_t >
TIsArithmetic< int32 >
TIsArithmetic< int32_t >
TIsArithmetic< int64 >
TIsArithmetic< int64_t >
TIsArithmetic< int8 >
TIsArithmetic< int8_t >
TIsArithmetic< long >
TIsArithmetic< long double >
TIsArithmetic< long double >
TIsArithmetic< uint16 >
TIsArithmetic< uint16_t >
TIsArithmetic< uint32 >
TIsArithmetic< uint32_t >
TIsArithmetic< uint64 >
TIsArithmetic< uint64_t >
TIsArithmetic< uint8 >
TIsArithmetic< uint8_t >
TIsArithmetic< unsigned long >
TIsArithmetic< volatile T >
TIsArithmetic< volatile T >
TIsArithmetic< wchar_t >
TIsArithmetic< WIDECHAR >
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/Core/Templates/TIsArithmetic_1 |