[#util-Result-operator_star-0d] = xref:util.adoc[util]::xref:util/Result.adoc[Result]::operator* :relfileprefix: ../../ :mrdocs: Dereferences the held value. == Synopses Declared in `<util/result.h>` Dereferences the held value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:util/Result.adoc[T] const& xref:util/Result/operator_star-03.adoc[operator*]() const; ---- [.small]#xref:util/Result/operator_star-03.adoc[_» more..._]# Dereferences the held value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:util/Result.adoc[T]& xref:util/Result/operator_star-05.adoc[operator*](); ---- [.small]#xref:util/Result/operator_star-05.adoc[_» more..._]# == Return Value * a const reference to the stored value * a mutable reference to the stored value [.small]#Created with https://www.mrdocs.com[MrDocs]#