|
M5Utility 0.0.7 git rev:ba71c71
|
Public Member Functions | |
| void | hard_reset () noexcept |
| template<class... Args> | |
| void | construct (Args &&...args) |
| template<class Opt > | |
| void | assign (Opt &&rhs) |
| bool | has_value () const |
| TL_OPTIONAL_11_CONSTEXPR T & | get () & |
| TL_OPTIONAL_11_CONSTEXPR const T & | get () const & |
| TL_OPTIONAL_11_CONSTEXPR T && | get () && |
| constexpr const T && | get () const && |
Public Member Functions inherited from m5::stl::detail::optional_storage_base< T, bool > | |
| template<class... U> | |
| TL_OPTIONAL_11_CONSTEXPR | optional_storage_base (in_place_t, U &&...u) |
Additional Inherited Members | ||
Public Attributes inherited from m5::stl::detail::optional_storage_base< T, bool > | ||
| union { | ||
| dummy m_dummy | ||
| T m_value | ||
| }; | ||
| bool | m_has_value | |