List of all members
tl::detail::optional_copy_assign_base< T, bool > Struct Template Reference

#include <optional.hpp>

Inheritance diagram for tl::detail::optional_copy_assign_base< T, bool >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from tl::detail::optional_operations_base< T >
template<class Opt >
void assign (Opt &&rhs)
 
template<class... Args>
void construct (Args &&... args) noexcept
 
TL_OPTIONAL_11_CONSTEXPR T & get () &
 
TL_OPTIONAL_11_CONSTEXPR T && get () &&
 
const TL_OPTIONAL_11_CONSTEXPR T & get () const &
 
constexpr const T && get () const &&
 
void hard_reset () noexcept
 
bool has_value () const
 
- Public Member Functions inherited from tl::detail::optional_storage_base< T >
TL_OPTIONAL_11_CONSTEXPR optional_storage_base () noexcept
 
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 >
union {
   dummy   m_dummy
 
   T   m_value
 
}; 
 
dummy m_dummy
 
bool m_has_value
 
m_value
 

Detailed Description

template<class T, bool = TL_OPTIONAL_IS_TRIVIALLY_COPY_ASSIGNABLE(T) && TL_OPTIONAL_IS_TRIVIALLY_COPY_CONSTRUCTIBLE(T) && TL_OPTIONAL_IS_TRIVIALLY_DESTRUCTIBLE(T)>
struct tl::detail::optional_copy_assign_base< T, bool >

Definition at line 503 of file 3rdparty/tl/optional.hpp.


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


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:20