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

Returns a pointer to the current value.

Pre:

this->ok() == true, otherwise the behavior is undefined.