libzypp 17.34.1
|
#include <zypp-core/zyppng/pipelines/expected.h>
Public Member Functions | |
~expected () | |
expected (const expected &other) | |
expected (expected &&other) noexcept | |
expected & | operator= (expected other) |
void | swap (expected &other) noexcept |
operator bool () const | |
bool | is_valid () const |
E & | error () |
const E & | error () const |
Static Public Member Functions | |
static expected | success () |
template<typename... ConsParams> | |
static expected | error (ConsParams &&...params) |
Private Member Functions | |
expected () | |
Private Attributes | |
union zyppng::expected< void, E >:: { ... } | |
bool | m_isValid |
Definition at line 210 of file expected.h.
|
inlineprivate |
Definition at line 219 of file expected.h.
|
inline |
Definition at line 222 of file expected.h.
|
inline |
Definition at line 231 of file expected.h.
|
inlinenoexcept |
Definition at line 241 of file expected.h.
|
inline |
Definition at line 251 of file expected.h.
|
inlinenoexcept |
Definition at line 257 of file expected.h.
|
inlinestatic |
Definition at line 289 of file expected.h.
|
inlinestatic |
Definition at line 300 of file expected.h.
|
inline |
Definition at line 310 of file expected.h.
|
inline |
Definition at line 315 of file expected.h.
|
inline |
Definition at line 326 of file expected.h.
|
inline |
Definition at line 332 of file expected.h.
void* zyppng::expected< void, E >::m_value |
Definition at line 213 of file expected.h.
E zyppng::expected< void, E >::m_error |
Definition at line 214 of file expected.h.
union zyppng::expected< void, E > { ... } zyppng::expected< void, E > |
|
private |
Definition at line 217 of file expected.h.