#include <sol.hpp>
Classes | |
struct | dummy |
Public Member Functions | |
SOL_TL_OPTIONAL_11_CONSTEXPR | optional_storage_base () noexcept |
template<class... U> | |
SOL_TL_OPTIONAL_11_CONSTEXPR | optional_storage_base (in_place_t, U &&... u) |
~optional_storage_base () | |
Public Attributes | |
union { | |
dummy m_dummy | |
T m_value | |
}; | |
bool | m_has_value |
|
inlinenoexcept |
|
inline |
|
inline |
union { ... } |
dummy sol::detail::optional_storage_base< T, bool >::m_dummy |
bool sol::detail::optional_storage_base< T, bool >::m_has_value |
T sol::detail::optional_storage_base< T, bool >::m_value |