Skip to content
TensorStore
tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::TransformedArray[convert]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
          • CElementPointer
          • CArray
          • CTransformedArray
            • Types
            • Data members
            • Constructors
              • FTransformedArray [default]
              • FTransformedArray [element_pointer, transform]
              • FTransformedArray [array]
              • FTransformedArray [convert]
                • Requires
                • Requires
              • FTransformedArray [unchecked]
              • FTransformedArray [unchecked, array]
            • Methods
            • 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
    • Requires
    • Requires
    #include "tensorstore/index_space/transformed_array.h"
    template <typename Other>
      
    requires IsTransformedArray<std::remove_cvref_t<Other>>
    tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::
        
    TransformedArray(Other&& other);

    Copy or move constructs from another normalized transformed array.

    Requires:¶

    ElementPointer is constructible from Other::ElementPointer.

    Requires:¶

    Transform is constructible from Other::Transform.

    Back to top
    Previous tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::TransformedArray[array]
    Next tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::TransformedArray[unchecked]