Accesses the underlying value; undefined behavior if empty.
Declared in <absl/types/optional_ref.h>
<absl/types/optional_ref.h>
constexpr T& operator*() const;
A reference to the referenced value.