Returns a reference to the underlying value.
Declared in <absl/types/optional_ref.h>
<absl/types/optional_ref.h>
constexpr T& value() const;
Throws the same error as std::optional::value() when empty.
std::optional::value()
A reference to the referenced value.