Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TInvokeResult< FuncType, ArgTypes > Struct Template Reference

#include <Invoke.h>

+ Inheritance diagram for TInvokeResult< FuncType, ArgTypes >:
+ Collaboration diagram for TInvokeResult< FuncType, ArgTypes >:

Detailed Description

template<typename FuncType, typename... ArgTypes>
struct TInvokeResult< FuncType, ArgTypes >

Trait for the type of the result when invoking a callable with the given argument types. Not defined (and thus usable in SFINAE contexts) when the callable cannot be invoked with the given argument types.

Definition at line 130 of file Invoke.h.


The documentation for this struct was generated from the following file: