TensorStore
tensorstore::IsIndexArray
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
          • VIsIndexArray
          • CDimExpression
          • Alignment
        • Data types
        • Array
        • 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/dim_expression.h"
    template <typename T>
    constexpr bool tensorstore::IsIndexArray =
       
     IsArray<T> &&
       
     std::is_convertible_v<T, SharedArrayView<const Index>>;

    Bool-valued metafunction that evaluates to true if T is an array type convertible to SharedArrayView<const Index>.

    Back to top
    Previous tensorstore::PropagateExplicitBoundsToTransform
    Next tensorstore::DimExpression