Navigation
API > API/Runtime > API/Runtime/uLangCore
Const array types
| Name | TCallTraits< const T[N]> |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/TypeTraits.h |
| Include Path | #include "uLang/Common/Templates/TypeTraits.h" |
Syntax
template<typename T, size_t N>
struct TCallTraits< const TN >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ArrayType | T[N] | uLang/Common/Templates/TypeTraits.h | |
| ConstPointerType | const T *const | uLang/Common/Templates/TypeTraits.h | |
| ConstReference | const ArrayType & | uLang/Common/Templates/TypeTraits.h | |
| ParamType | const T *const | uLang/Common/Templates/TypeTraits.h | |
| Reference | ArrayType & | uLang/Common/Templates/TypeTraits.h | |
| ValueType | const T * | uLang/Common/Templates/TypeTraits.h |