Construct from Unexpected

Synopsis

Declared in <util/expected.h>

template<class Err>
constexpr
Expected(Unexpected<Err> u);

Parameters

Name

Description

u

The object to construct from

Created with MrDocs