Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
Inheritance Hierarchy
- TIsConstructible
- TFunctorReturnTypeIsCompatible
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
Include | #include "Templates/Function.h" |
Syntax
template<typename FunctorType, typename Ret, typename... ParamTypes>
struct TFunctorReturnTypeIsCompatible : public TIsConstructible< Ret, decltype(DeclVal< FunctorType >()(DeclVal< ParamTypes >()...))>
Specializations
TFunctorReturnTypeIsCompatible< MemberRet Class::, Ret, ParamTypes... >](API\Runtime\Core\Templates\TFunctorReturnTy-)
[TFunctorReturnTypeIsCompatible< MemberRet Class::const, Ret, ParamTypes... >
TFunctorReturnTypeIsCompatible< MemberRet(Class::)(MemberParamTypes...) const, Ret, ParamTypes... >](API\Runtime\Core\Templates\TFunctorReturnTy-_2)
[TFunctorReturnTypeIsCompatible< MemberRet(Class::)(MemberParamTypes...), Ret, ParamTypes... >