[#util-Expected-0b-operator_star-07] = xref:util.adoc[util]::xref:util/Expected-0b.adoc[Expected]::operator* :relfileprefix: ../../ :mrdocs: Access the result value without checking. == Synopsis Declared in `<util/expected.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr T& operator*() & noexcept; ---- == Return Value A reference to the stored result value. [.small]#Created with https://www.mrdocs.com[MrDocs]#