#include <sol.hpp>
Definition at line 17189 of file sol.hpp.
◆ stack_proxy() [1/2]
sol::stack_proxy::stack_proxy |
( |
| ) |
|
|
inline |
◆ stack_proxy() [2/2]
sol::stack_proxy::stack_proxy |
( |
lua_State * |
L, |
|
|
int |
index |
|
) |
| |
|
inline |
◆ 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 |
The documentation for this struct was generated from the following file: