Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Templates
Inheritance Hierarchy
- TIsConstructible
- TFunctorReturnTypeIsCompatible
- TFunctorReturnTypeIsCompatible< MemberRet Class::*, Ret, ParamTypes... >
- TFunctorReturnTypeIsCompatible< MemberRet Class::*const, Ret, ParamTypes... >
- TFunctorReturnTypeIsCompatible< MemberRet(Class::*)(MemberParamTypes...) const, Ret, ParamTypes... >
- TFunctorReturnTypeIsCompatible< MemberRet(Class::*)(MemberParamTypes...), Ret, ParamTypes... >
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/TypeTraits.h |
| Include | #include "uLang/Common/Templates/TypeTraits.h" |
Syntax
template<typename T, typename... Args>
struct TIsConstructible
Remarks
Determines if T is constructible from a set of arguments.
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/uLangCore/uLang/Common/Templates/TIsConstructible_1 |