Skip to content
TensorStore
tensorstore::IsContiguousLayoutOrder
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
            • Related Constants
              • VIsContiguousLayoutOrder
                • Template Parameters
                  • NRank
              • VIsStridedLayout
            • 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
    • Template Parameters
      • NRank
    #include "tensorstore/contiguous_layout.h"
    template <typename T, DimensionIndex Rank = dynamic_rank>
    constexpr bool tensorstore::IsContiguousLayoutOrder;

    Bool-valued metafunction that is true if T is ContiguousLayoutOrder or ContiguousLayoutPermutation compatible with Rank.

    Template Parameters:¶
    DimensionIndex Rank = dynamic_rank¶

    Rank with which the order must be compatible, or dynamic_rank for no constraint.

    Back to top
    Previous tensorstore::StridedLayoutView
    Next tensorstore::IsStridedLayout