-
#include "tensorstore/util/future.h"
-
template <typename U>
requires (!std::is_same_v<T, U>) && IsFutureConvertible<U, T>
ReadyFuture&
tensorstore::ReadyFuture<T>::operator=(ReadyFuture<U> other); Assigns a ReadyFuture from an existing ReadyFuture.
#include "tensorstore/util/future.h"
Assigns a ReadyFuture from an existing ReadyFuture.