#include <sol.hpp>
Public Types | |
| using | actual = unique_usertype_actual_t< T > |
| using | element = unique_usertype_element_t< T > |
Static Public Member Functions | |
| template<typename Arg , typename... Args> | |
| static int | push (lua_State *L, Arg &&arg, Args &&... args) |
| template<typename... Args> | |
| static int | push_deep (lua_State *L, Args &&... args) |
| using sol::stack::stack_detail::uu_pusher< T >::actual = unique_usertype_actual_t<T> |
| using sol::stack::stack_detail::uu_pusher< T >::element = unique_usertype_element_t<T> |
|
inlinestatic |
|
inlinestatic |