proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
tl::detail::optional_copy_base< T, bool > Struct Template Reference

#include <proxsuite/helpers/tl-optional.hpp>

Inheritance diagram for tl::detail::optional_copy_base< T, bool >:
[legend]
Collaboration diagram for tl::detail::optional_copy_base< T, bool >:
[legend]

Additional Inherited Members

- Public Member Functions inherited from tl::detail::optional_operations_base< T >
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 tl::detail::optional_storage_base< T, bool >
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 inherited from tl::detail::optional_storage_base< T, bool >
union { 
 
   dummy   m_dummy 
 
   T   m_value 
 
};  
 
bool m_has_value
 

Detailed Description

template<class T, bool = TL_OPTIONAL_IS_TRIVIALLY_COPY_CONSTRUCTIBLE(T)>
struct tl::detail::optional_copy_base< T, bool >

Definition at line 545 of file tl-optional.hpp.


The documentation for this struct was generated from the following file: