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