Construct holding a result value.

Synopsis

Declared in <util/expected.h>

constexpr
Expected(T v);

Parameters

Name

Description

v

The result value to store.

Created with MrDocs