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

Unexpected [constructor]

Construct from an error value.

error

Access the stored error value.

Non-Member Functions

Name

Description

::EstimationError

Build a fee rate estimation error result: a zero‐value estimation identifying the estimator and target, alongside the error message.

Created with MrDocs