TensorStore
tensorstore::Promise<T>::operator=[convert]
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
              • Types
              • Constructors
              • Methods
                • Foperator=
                • Freset
                • Fnull
                • Fready
                • Fresult_needed
                • Fraw_result
                • FSetResult
                • FSetReady
                • FExecuteWhenForced
                • FExecuteWhenNotNeeded
                • Ffuture
              • Related Functions
            • CAnyFuture
            • CFuture
            • 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 IsFutureConvertible<U, T>
    Promise& tensorstore::Promise<T>::operator=(Promise<U> x) noexcept;

    Assigns from a compatible Promise.

    Back to top
    Previous tensorstore::Promise<T>::Promise[convert]
    Next tensorstore::Promise<T>::reset