[#util-Result-value-0a7] = xref:util.adoc[util]::xref:util/Result.adoc[Result]::value :relfileprefix: ../../ :mrdocs: Accesses the held value; asserts that the result holds a value. == Synopsis Declared in `<util/result.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:util/Result.adoc[T] const& value() const; ---- == Return Value a const reference to the stored value [.small]#Created with https://www.mrdocs.com[MrDocs]#