TensorStore
tensorstore::ContiguousLayoutPermutation<Rank>::ContiguousLayoutPermutation[convert]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
            • Data members
            • Types
            • Methods
            • Constructors
            • Assignment
            • Accessors
            • Indexing
            • Friend functions
            • Related Types
              • EContiguousLayoutOrder
              • CContiguousLayoutPermutation
                • Constructors
                  • FContiguousLayoutPermutation
                  • FContiguousLayoutPermutation [convert]
                  • FContiguousLayoutPermutation [span]
                • Related Functions
              • TStridedLayoutView
            • Related Constants
            • Related Functions
            • Broadcasting
          • CElementPointer
          • CArray
          • CTransformedArray
          • 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/contiguous_layout.h"
    template <DimensionIndex R>
      
    requires (R != Rank) && (RankConstraint::Implies(R, Rank))
    tensorstore::ContiguousLayoutPermutation<Rank>::
        
    ContiguousLayoutPermutation(ContiguousLayoutPermutation<R> other);

    Converts from another ContiguousLayoutPermutation with compatible rank.

    Back to top
    Previous tensorstore::ContiguousLayoutPermutation<Rank>::ContiguousLayoutPermutation
    Next tensorstore::ContiguousLayoutPermutation<Rank>::ContiguousLayoutPermutation[span]