![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
The util::Unexpected class represents an unexpected value stored in util::Expected. More...
#include <expected.h>
Public Member Functions | |
| constexpr | Unexpected (E e) |
| constexpr const E & | error () const &noexcept LIFETIMEBOUND |
| constexpr E & | error () &noexcept LIFETIMEBOUND |
| constexpr E && | error () &&noexcept LIFETIMEBOUND |
Private Attributes | |
| E | m_error |
The util::Unexpected class represents an unexpected value stored in util::Expected.
Definition at line 21 of file expected.h.
|
inlineexplicitconstexpr |
Definition at line 24 of file expected.h.
|
inlineconstexprnoexcept |
Definition at line 28 of file expected.h.
|
inlineconstexprnoexcept |
Definition at line 27 of file expected.h.
|
inlineconstexprnoexcept |
|
private |
Definition at line 31 of file expected.h.