#include <expected.h>
|
constexpr | unexpected (const unexpected &)=default |
|
template<typename T > |
constexpr | unexpected (T &&e) |
|
template<class... Args, ENABLE_IF(std::is_constructible< E, Args &&... >::value) > |
constexpr | unexpected (std::in_place_t, Args &&... args) |
|
constexpr const E & | value () const &noexcept |
|
constexpr E & | value () &noexcept |
|
constexpr const E && | value () const &&noexcept |
|
constexpr E && | value () &&noexcept |
|
◆ unexpected() [1/3]
◆ unexpected() [2/3]
template<typename E >
template<typename T >
◆ unexpected() [3/3]
template<typename E >
template<class... Args,
ENABLE_IF(std::is_constructible< E, Args &&... >
::value) >
◆ value() [1/4]
◆ value() [2/4]
◆ value() [3/4]
◆ value() [4/4]
◆ mError
The documentation for this class was generated from the following file: