#include "tensorstore/util/result.h" friend std::ostream&tensorstore::Result<T>::operator<<(std::ostream& os, const Result<T>& result) requires absl::HasOstreamOperator<T>::value; Prints the value or the status in parentheses to os. Do not rely on the output format which may change without notice. Requires:¶ T supports operator<<.