#include <sol.hpp>
|
template<typename Handler > |
static optional< R > | get (lua_State *L, int index, Handler &&handler, record &tracking) |
|
§ get()
template<typename T, typename >
template<typename Handler >
10158 if (!unqualified_check<T>(L, index, std::forward<Handler>(handler))) {
10159 tracking.use(static_cast<int>(!lua_isnone(L, index)));
10162 return stack_detail::unchecked_unqualified_get<T>(L,
index, tracking);
constexpr nullopt_t nullopt
Definition: sol.hpp:3498
template<typename T, typename >
The documentation for this struct was generated from the following file: