util::Expected::Expected

Construct holding a result value.

Synopsis

Declared in <util/expected.h>

constexpr
Expected(T v);

Parameters

NameDescription
vThe result value to store.