TensorStore
tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::operator=[convert]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • E ContainerKind
          • C ByteStridedPointer
          • C StridedLayout
          • C ElementPointer
          • C Array
          • C TransformedArray
            • Types
            • Data members
            • Constructors
            • Methods
              • F operator= [convert]
              • F operator= [array]
              • F rank
              • F domain
              • F origin
              • F shape
              • F labels
              • F dtype
              • F element_pointer
              • F data
              • F transform
              • F base_array
              • F Materialize
              • F operator|
            • Related Types
            • Related Constants
            • Related Functions
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/index_space/transformed_array.h"
    template <typename Other>
      
    requires IsTransformedArray<std::remove_cvref_t<Other>>
    TransformedArray&
    tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::
    operator=(Other&& other) noexcept;

    Copy or move assigns from another normalized transformed array.