Template Class bad_expected_access

Inheritance Relationships

Base Type

  • public std::exception

Class Documentation

template<class E>
class bad_expected_access : public std::exception

Public Functions

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