Represents the optional_ref as a T* pointer.
optional_ref
T*
Declared in <absl/types/optional_ref.h>
<absl/types/optional_ref.h>
constexpr T* as_pointer() const;
The underlying pointer, or null if empty.