Template Struct optional_storage_base< T, true >

Nested Relationships

Nested Types

Struct Documentation

template<class T>
struct optional_storage_base<T, true>

Public Functions

inline TL_OPTIONAL_11_CONSTEXPR optional_storage_base() noexcept
template<class ...U>
inline TL_OPTIONAL_11_CONSTEXPR optional_storage_base(in_place_t, U&&... u)

Public Members

dummy m_dummy
T m_value
union tl::detail::optional_storage_base<T, true>::[anonymous] [anonymous]
bool m_has_value = false
struct dummy