TensorStore
tensorstore::ReadyFuture<T>::operator=
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • Cspan
          • CUtf8String
          • CSmallBitSet
          • CMaybeHardConstraintSpan
          • CMaybeHardConstraintIndex
          • VIsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
            • TExecutor
            • CPromise
            • CAnyFuture
            • CFuture
              • Types
              • Constructors
              • Methods
              • Related Constants
              • Related Types
                • TUnwrapFutureType
                • CFutureCallbackRegistration
                • CReadyFuture
                  • Types
                  • Constructors
                  • Methods
                    • Foperator=
                    • Fresult
                    • Fvalue
              • Related Functions
              • Linking
              • Map functions
            • CPromiseFuturePair
            • CWriteFutures
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #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.

    Back to top
    Previous tensorstore::ReadyFuture<T>::ReadyFuture[convert]
    Next tensorstore::ReadyFuture<T>::result