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