[#util-Expected-0b-operator_star-01] = 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 An rvalue reference to the stored result value. [.small]#Created with https://www.mrdocs.com[MrDocs]#