#include "tensorstore/util/result.h"
constexpr const T*
tensorstore::Result<T>::operator->() const noexcept;
constexpr Ttensorstore::Result<T>::operator->() noexcept;

Returns a pointer to the contained value.

Pre:

has_value() == true