InvokeHelper< T(ARGS...)> Struct Template Reference

#include <reflectionbase.h>

Public Types

using type = T
 

Static Public Member Functions

static Result< T > Invoke (const Function *fn, ARGS... args)
 

Member Typedef Documentation

◆ type

using type = T

Member Function Documentation

◆ Invoke()

static Result<T> Invoke ( const Function fn,
ARGS...  args 
)
static