Access the result value, throwing if an error is held.
Synopsis
Declared in <util/expected.h>
constexpr
T&&
value() &&;
Return Value
An rvalue reference to the stored result value.
Created with MrDocs
Access the result value, throwing if an error is held.
Declared in <util/expected.h>
constexpr
T&&
value() &&;
An rvalue reference to the stored result value.
Created with MrDocs