![]() |
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) |
Public Attributes | |
| E | err |
The util::Unexpected class represents an unexpected value stored in util::Expected.
Definition at line 20 of file expected.h.
|
inlineexplicitconstexpr |
Definition at line 23 of file expected.h.
| E util::Unexpected< E >::err |
Definition at line 24 of file expected.h.