#include <sol.hpp>
|
| operator std::string () const |
|
template<typename T , meta::enable< meta::neg< meta::is_string_constructible< T >>, is_proxy_primitive< meta::unqualified_t< T >>> = meta::enabler> |
| operator T () const |
|
template<typename T , meta::enable< meta::neg< meta::is_string_constructible< T >>, meta::neg< is_proxy_primitive< meta::unqualified_t< T >>>> = meta::enabler> |
| operator T & () const |
|
lua_State * | lua_state () const |
|
§ lua_state()
11963 const Super& super = *
static_cast<const Super*
>(
static_cast<const void*
>(
this));
11964 return super.lua_state();
§ operator std::string()
11946 const Super& super = *
static_cast<const Super*
>(
static_cast<const void*
>(
this));
11947 return super.template get<std::string>();
§ operator T()
template<typename Super>
template<typename T , meta::enable< meta::neg< meta::is_string_constructible< T >>, is_proxy_primitive< meta::unqualified_t< T >>> = meta::enabler>
11952 const Super& super = *
static_cast<const Super*
>(
static_cast<const void*
>(
this));
11953 return super.template get<T>();
§ operator T &()
template<typename Super>
template<typename T , meta::enable< meta::neg< meta::is_string_constructible< T >>, meta::neg< is_proxy_primitive< meta::unqualified_t< T >>>> = meta::enabler>
11958 const Super& super = *
static_cast<const Super*
>(
static_cast<const void*
>(
this));
11959 return super.template get<T&>();
The documentation for this struct was generated from the following file: