Access the result value, throwing if an error is held.
Declared in <util/expected.h>
<util/expected.h>
constexpr T const& value() const &;
A const reference to the stored result value.