-
#include "tensorstore/util/future.h" - result_type& tensorstore::ReadyFuture<T>::result() const;
Returns a reference to the contained
Result<T>. Guaranteed not to block.
#include "tensorstore/util/future.h"Returns a reference to the contained Result<T>. Guaranteed not to block.