[#util-Expected-0b-value-0a] = 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 const& value() const &; ---- == Return Value A const reference to the stored result value. [.small]#Created with https://www.mrdocs.com[MrDocs]#