Access the result value without checking.
Declared in <util/expected.h>
Access the result value without checking.
constexpr
T&
operator*() & noexcept;
» more...
Access the result value without checking.
constexpr
T const&
operator*() const & noexcept;
» more...
Access the result value without checking.
constexpr
T&&
operator*() && noexcept;
» more...