Accesses members of the underlying value; undefined behavior if empty.
Synopsis
Declared in <absl/types/optional_ref.h>
constexpr
T*
operator‐>() const;
Return Value
A pointer to the referenced value.
Created with MrDocs