#include <optional.hpp>
Classes | |
| struct | dummy |
Public Member Functions | |
| TL_OPTIONAL_11_CONSTEXPR | optional_storage_base () noexcept |
| template<class... U> | |
| TL_OPTIONAL_11_CONSTEXPR | optional_storage_base (in_place_t, U &&... u) |
Public Attributes | |
| union tl::detail::optional_storage_base< T, true >:: { ... } | |
| bool | m_has_value = false |
| dummy | m_dummy |
| T | m_value |
Definition at line 383 of file 3rdparty/tl/optional.hpp.
|
inlinenoexcept |
Definition at line 384 of file 3rdparty/tl/optional.hpp.
|
inline |
Definition at line 388 of file 3rdparty/tl/optional.hpp.
| union { ... } |
| dummy tl::detail::optional_storage_base< T, true >::m_dummy |
Definition at line 395 of file 3rdparty/tl/optional.hpp.
| bool tl::detail::optional_storage_base< T, true >::m_has_value = false |
Definition at line 399 of file 3rdparty/tl/optional.hpp.
| T tl::detail::optional_storage_base< T, true >::m_value |
Definition at line 396 of file 3rdparty/tl/optional.hpp.