Construct from an error value.

Synopsis

Declared in <util/expected.h>

constexpr
explicit
Unexpected(E e);

Parameters

Name

Description

e

The error value to store.

Created with MrDocs