The util::Unexpected class represents an unexpected value stored in util::Expected.
Synopsis
Declared in <util/expected.h>
template<class E>
class Unexpected;
Member Functions
Name |
Description |
|
Construct from an error value. |
Access the stored error value. |
Non-Member Functions
Name |
Description |
Build a fee rate estimation error result: a zero‐value estimation identifying the estimator and target, alongside the error message. |
Created with MrDocs