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