[#absl-optional_ref-0c-operator_ptr] = xref:absl.adoc[absl]::xref:absl/optional_ref-0c.adoc[optional_ref]::operator‐> :relfileprefix: ../../ :mrdocs: Accesses members of the underlying value; undefined behavior if empty. == Synopsis Declared in `<absl/types/optional_ref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr T* operator‐>() const; ---- == Return Value A pointer to the referenced value. [.small]#Created with https://www.mrdocs.com[MrDocs]#