|
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 128 of file Expected.h.
|
constexpr |
Definition at line 134 of file Expected.h.
|
constexpr |
Definition at line 140 of file Expected.h.
|
constexpr |
Definition at line 146 of file Expected.h.
|
constexpr |
Definition at line 152 of file Expected.h.
|
explicitconstexpr |
Definition at line 158 of file Expected.h.
|
constexpr |
Definition at line 167 of file Expected.h.
|
constexpr |
Definition at line 173 of file Expected.h.
|
constexpr |
Definition at line 179 of file Expected.h.
|
constexpr |
Definition at line 185 of file Expected.h.