Template Class unexpected

Class Documentation

template<class E>
class unexpected

Public Functions

unexpected() = delete
inline explicit constexpr unexpected(const E &e)
inline explicit constexpr unexpected(E &&e)
inline const E &value() const &
inline TL_EXPECTED_11_CONSTEXPR E & value () &
inline TL_EXPECTED_11_CONSTEXPR E && value () &&
inline const E &&value() const &&