#include <sol.hpp>
§ stack_proxy() [1/2]
sol::stack_proxy::stack_proxy |
( |
| ) |
|
|
inline |
stack_proxy_base()
Definition: sol.hpp:12110
§ stack_proxy() [2/2]
sol::stack_proxy::stack_proxy |
( |
lua_State * |
L, |
|
|
int |
index |
|
) |
| |
|
inline |
stack_proxy_base()
Definition: sol.hpp:12110
int index
Definition: sol.hpp:12107
lua_State * L
Definition: sol.hpp:12106
§ call()
template<typename... Ret, typename... Args>
decltype(auto) sol::stack_proxy::call |
( |
Args &&... |
args | ) |
|
§ operator()()
template<typename... Args>
decltype(auto) sol::stack_proxy::operator() |
( |
Args &&... |
args | ) |
|
|
inline |
12188 return call<>(std::forward<Args>(args)...);
The documentation for this struct was generated from the following file: