OpenTTD Source  14.0-beta1
SQConvert::HelperT< Tretval(*)(Targs...)> Struct Template Reference

The real C++ caller for functions. More...

#include <squirrel_helper.hpp>

Static Public Member Functions

static int SQCall (void *instance, Tretval(*func)(Targs...), HSQUIRRELVM vm)
 

Static Private Member Functions

template<size_t... i>
static int SQCall (void *, Tretval(*func)(Targs...), [[maybe_unused]] HSQUIRRELVM vm, std::index_sequence< i... >)
 

Detailed Description

template<typename Tretval, typename... Targs>
struct SQConvert::HelperT< Tretval(*)(Targs...)>

The real C++ caller for functions.

Definition at line 127 of file squirrel_helper.hpp.


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