[#util-Expected-0b-value-00] = xref:util.adoc[util]::xref:util/Expected-0b.adoc[Expected]::value :relfileprefix: ../../ :mrdocs: Access the result value, throwing if an error is held. == Synopsis Declared in `<util/expected.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr T&& value() &&; ---- == Return Value An rvalue reference to the stored result value. [.small]#Created with https://www.mrdocs.com[MrDocs]#