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