#include <sol.hpp>
|
static decltype(auto) | pop (lua_State *L) |
|
§ pop()
template<typename T , typename >
11377 #ifdef __INTEL_COMPILER 11378 auto&& r = get<T>(L, -lua_size<T>::value, tracking);
11380 decltype(
auto) r =
get<
T>(L, -lua_size<
T>::value, tracking);
11382 lua_pop(L, tracking.used);
decltype(auto) get(lua_State *L, int index, record &tracking)
Definition: sol.hpp:8053
The documentation for this struct was generated from the following file: