util::Expected::operator*

Access the result value without checking.

Synopsis

Declared in <util/expected.h>

constexpr
T&
operator*() & noexcept;

Return Value

A reference to the stored result value.