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