WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::util::bad_expected_access< E > Class Template Reference

#include <wpi/util/expected>

Inheritance diagram for wpi::util::bad_expected_access< E >:

Public Member Functions

 bad_expected_access (E e)
virtual const char * what () const noexcept override
const E & error () const &
E & error () &
const E && error () const &&
E && error () &&

Constructor & Destructor Documentation

◆ bad_expected_access()

template<class E>
wpi::util::bad_expected_access< E >::bad_expected_access ( E e)
inlineexplicit

Member Function Documentation

◆ error() [1/4]

template<class E>
E & wpi::util::bad_expected_access< E >::error ( ) &
inline

◆ error() [2/4]

template<class E>
E && wpi::util::bad_expected_access< E >::error ( ) &&
inline

◆ error() [3/4]

template<class E>
const E & wpi::util::bad_expected_access< E >::error ( ) const &
inline

◆ error() [4/4]

template<class E>
const E && wpi::util::bad_expected_access< E >::error ( ) const &&
inline

◆ what()

template<class E>
virtual const char * wpi::util::bad_expected_access< E >::what ( ) const
inlineoverridevirtualnoexcept

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