WPILibC++ 2025.3.1
Loading...
Searching...
No Matches
wpi::detail_expected::expected_delete_ctor_base< T, E, true, false > Struct Template Reference

#include <wpi/expected>

Public Member Functions

 expected_delete_ctor_base ()=default
 
 expected_delete_ctor_base (const expected_delete_ctor_base &)=default
 
 expected_delete_ctor_base (expected_delete_ctor_base &&) noexcept=delete
 
expected_delete_ctor_baseoperator= (const expected_delete_ctor_base &)=default
 
expected_delete_ctor_baseoperator= (expected_delete_ctor_base &&) noexcept=default
 

Constructor & Destructor Documentation

◆ expected_delete_ctor_base() [1/3]

template<class T , class E >
wpi::detail_expected::expected_delete_ctor_base< T, E, true, false >::expected_delete_ctor_base ( )
default

◆ expected_delete_ctor_base() [2/3]

template<class T , class E >
wpi::detail_expected::expected_delete_ctor_base< T, E, true, false >::expected_delete_ctor_base ( const expected_delete_ctor_base< T, E, true, false > & )
default

◆ expected_delete_ctor_base() [3/3]

template<class T , class E >
wpi::detail_expected::expected_delete_ctor_base< T, E, true, false >::expected_delete_ctor_base ( expected_delete_ctor_base< T, E, true, false > && )
deletenoexcept

Member Function Documentation

◆ operator=() [1/2]

template<class T , class E >
expected_delete_ctor_base & wpi::detail_expected::expected_delete_ctor_base< T, E, true, false >::operator= ( const expected_delete_ctor_base< T, E, true, false > & )
default

◆ operator=() [2/2]

template<class T , class E >
expected_delete_ctor_base & wpi::detail_expected::expected_delete_ctor_base< T, E, true, false >::operator= ( expected_delete_ctor_base< T, E, true, false > && )
defaultnoexcept

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