WPILibC++ 2024.3.2
wpi::detail::expected_default_ctor_base< T, E, Enable > Struct Template Reference
Inheritance diagram for wpi::detail::expected_default_ctor_base< T, E, Enable >:
wpi::expected< T, E >

Public Member Functions

constexpr expected_default_ctor_base () noexcept=default
 
constexpr expected_default_ctor_base (expected_default_ctor_base const &) noexcept=default
 
constexpr expected_default_ctor_base (expected_default_ctor_base &&) noexcept=default
 
expected_default_ctor_baseoperator= (expected_default_ctor_base const &) noexcept=default
 
expected_default_ctor_baseoperator= (expected_default_ctor_base &&) noexcept=default
 
constexpr expected_default_ctor_base (default_constructor_tag)
 

Constructor & Destructor Documentation

◆ expected_default_ctor_base() [1/4]

template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
constexpr wpi::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( )
constexprdefaultnoexcept

◆ expected_default_ctor_base() [2/4]

template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
constexpr wpi::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( expected_default_ctor_base< T, E, Enable > const &  )
constexprdefaultnoexcept

◆ expected_default_ctor_base() [3/4]

template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
constexpr wpi::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( expected_default_ctor_base< T, E, Enable > &&  )
constexprdefaultnoexcept

◆ expected_default_ctor_base() [4/4]

template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
constexpr wpi::detail::expected_default_ctor_base< T, E, Enable >::expected_default_ctor_base ( default_constructor_tag  )
inlineexplicitconstexpr

Member Function Documentation

◆ operator=() [1/2]

template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
expected_default_ctor_base & wpi::detail::expected_default_ctor_base< T, E, Enable >::operator= ( expected_default_ctor_base< T, E, Enable > &&  )
defaultnoexcept

◆ operator=() [2/2]

template<class T , class E , bool Enable = std::is_default_constructible<T>::value || std::is_void<T>::value>
expected_default_ctor_base & wpi::detail::expected_default_ctor_base< T, E, Enable >::operator= ( expected_default_ctor_base< T, E, Enable > const &  )
defaultnoexcept

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