#include <sol.hpp>
|
template<typename Handler > |
static bool | check (lua_State *L, int index, Handler &&handler, record &tracking) |
|
§ check()
template<typename T, type expected, typename >
template<typename Handler >
static bool sol::stack::checker< T, expected, typename >::check |
( |
lua_State * |
L, |
|
|
int |
index, |
|
|
Handler && |
handler, |
|
|
record & |
tracking |
|
) |
| |
|
inlinestatic |
8207 bool success = expected == indextype;
8210 handler(L, index, expected, indextype,
"");
type
Definition: sol.hpp:5173
type type_of(lua_State *L, int index)
Definition: sol.hpp:5358
The documentation for this struct was generated from the following file: