#include "tensorstore/util/result.h" const T* tensorstore::Result<T>::operator->() const; T* tensorstore::Result<T>::operator->(); Returns a pointer to the current value. Pre:¶ this->ok() == true, otherwise the behavior is undefined.