Navigation
API > API/Runtime > API/Runtime/Core
Traits class which tests if a type is const.
| Name | TIsConst |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/IsConst.h |
| Include Path | #include "Templates/IsConst.h" |
Syntax
template<typename T>
struct TIsConst
Struct Specializations
| Name | Remarks |
|---|---|
| TIsConst< const T > |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Value | bool | Templates/IsConst.h |