|
rippled
|


Public Member Functions | |
| constexpr | Expected () |
| template<typename U > | |
| requires std::convertible_to< U, E > &&!std constexpr ::is_reference_v< U > | Expected (Unexpected< U > e) |
| constexpr E const & | error () const |
| constexpr E & | error () |
| constexpr | operator bool () const |
Private Types | |
| using | Base = boost::outcome_v2::result< void, E, detail::throw_policy > |
Definition at line 208 of file Expected.h.
|
private |
Definition at line 211 of file Expected.h.
|
constexpr |
Definition at line 216 of file Expected.h.
|
constexpr |
Definition at line 222 of file Expected.h.
|
constexpr |
Definition at line 227 of file Expected.h.
|
constexpr |
Definition at line 232 of file Expected.h.
|
explicitconstexpr |
Definition at line 237 of file Expected.h.
1.8.17