proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include <proxsuite/helpers/tl-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) |
~optional_storage_base () | |
Public Attributes | ||
union { | ||
dummy m_dummy | ||
T m_value | ||
}; | ||
bool | m_has_value | |
Definition at line 431 of file tl-optional.hpp.
|
inlinenoexcept |
Definition at line 433 of file tl-optional.hpp.
|
inline |
Definition at line 440 of file tl-optional.hpp.
|
inline |
Definition at line 446 of file tl-optional.hpp.
dummy tl::detail::optional_storage_base< T, bool >::m_dummy |
Definition at line 458 of file tl-optional.hpp.
T tl::detail::optional_storage_base< T, bool >::m_value |
Definition at line 459 of file tl-optional.hpp.
union { ... } tl::detail::optional_storage_base< T, bool > |
bool tl::detail::optional_storage_base< T, bool >::m_has_value |
Definition at line 462 of file tl-optional.hpp.