-
#include "tensorstore/util/result.h"
- explicit tensorstore::Result<T>::Result();
Constructs an error Result with a code of
absl::StatusCode::kUnknown
.
#include "tensorstore/util/result.h"
Constructs an error Result with a code of absl::StatusCode::kUnknown
.