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