#include "tensorstore/util/result.h" constexpr const T*tensorstore::Result<T>::operator->() const noexcept; constexpr T* tensorstore::Result<T>::operator->() noexcept; Returns a pointer to the contained value. Pre:¶ has_value() == true