#include "tensorstore/util/future.h" friend std::ostream&tensorstore::Future<T>::operator<<(std::ostream& os, const Future<T>& future) requires absl::HasOstreamOperator<result_type>::value; Prints a string representation to os. Do not rely on the output format which may change without notice. Requires:¶ T supports operator<<.