|
rippled
|
#include <Expected.h>


Public Member Functions | |
| template<typename U > requires std::convertible_to<U, T> | |
| constexpr | Expected (U &&r) |
| template<typename U > requires std::convertible_to<U, E> && (!std::is_reference_v<U>) | |
| constexpr | Expected (Unexpected< U > e) |
| constexpr bool | has_value () const |
| constexpr T const & | value () const |
| constexpr T & | value () |
| constexpr E const & | error () const |
| constexpr E & | error () |
| constexpr | operator bool () const |
| constexpr T & | operator* () |
| constexpr T const & | operator* () const |
| constexpr T * | operator-> () |
| constexpr T const * | operator-> () const |
Private Types | |
| using | Base = boost::outcome_v2::result< T, E, detail::throw_policy > |
Definition at line 110 of file Expected.h.
|
private |
Definition at line 112 of file Expected.h.
|
constexpr |
Definition at line 117 of file Expected.h.
|
constexpr |
Definition at line 123 of file Expected.h.
|
constexpr |
Definition at line 129 of file Expected.h.
|
constexpr |
Definition at line 135 of file Expected.h.
|
constexpr |
Definition at line 141 of file Expected.h.
|
constexpr |
Definition at line 147 of file Expected.h.
|
constexpr |
Definition at line 153 of file Expected.h.
|
explicitconstexpr |
Definition at line 159 of file Expected.h.
|
constexpr |
Definition at line 168 of file Expected.h.
|
constexpr |
Definition at line 174 of file Expected.h.
|
constexpr |
Definition at line 180 of file Expected.h.
|
constexpr |
Definition at line 186 of file Expected.h.