Access the result value without checking.
Synopsis
Declared in <util/expected.h>
constexpr
T&&
operator*() && noexcept;
Return Value
An rvalue reference to the stored result value.
Created with MrDocs
Access the result value without checking.
Declared in <util/expected.h>
constexpr
T&&
operator*() && noexcept;
An rvalue reference to the stored result value.
Created with MrDocs