Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TInvokeResult_Impl< decltype((void) Invoke(std::declval< FuncType >(), std::declval< ArgTypes >()...)), FuncType, ArgTypes... > |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Templates/Invoke.h |
| Include Path |
#include "Templates/Invoke.h" |
Syntax
namespace TInvokeResult_Impl< decltype((void) Invoke(std
{
namespace declval< FuncType >(), std
{
template<typename FuncType, typename... ArgTypes>
struct TInvokeResult_Impl< decltype((void) Invoke(std::declval< FuncType >(), std::declval< ArgTypes >()...)), FuncType, ArgTypes... >
}
}
Typedefs
| Name |
Type |
Remarks |
Include Path |
| Type |
decltype(Invoke(std::declval< FuncType >(), std::declval< ArgTypes >()...)) |
|
Templates/Invoke.h |