Template Struct optional_storage_base< T, true >
Defined in File tl-optional.hpp
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
- union tl::detail::optional_storage_base< T, true >
-
bool m_has_value = false
-
template<>
struct dummy
-
inline TL_OPTIONAL_11_CONSTEXPR optional_storage_base() noexcept